Skip to content

Commit

Permalink
add sync-free trisolve kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
weifengliu-ssslab committed Dec 21, 2016
1 parent 1d67ec0 commit bb07093
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ INC ?= -I$(CUDADIR)/include
LIBDIR ?= -L$(CUDADIR)/lib
LIB ?= -lcudart -lcublas -lcusparse -llapack -lblas

GPU_TARGET ?= Pascal
GPU_TARGET ?= Fermi Kepler Maxwell Pascal

# Extension for object files: o for unix, obj for Windows?
o_ext ?= o
Expand Down
Loading

0 comments on commit bb07093

Please sign in to comment.