Use arch=5.3 as well
This commit is contained in:
parent
92d2123d8d
commit
62b551798f
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ VERBOSE ?= 0
|
|||||||
CUDACODE := -gencode=arch=compute_35,code=sm_35 \
|
CUDACODE := -gencode=arch=compute_35,code=sm_35 \
|
||||||
-gencode=arch=compute_50,code=sm_50 \
|
-gencode=arch=compute_50,code=sm_50 \
|
||||||
-gencode=arch=compute_52,code=sm_52 \
|
-gencode=arch=compute_52,code=sm_52 \
|
||||||
-gencode=arch=compute_50,code=sm_53
|
-gencode=arch=compute_53,code=sm_53
|
||||||
|
|
||||||
|
|
||||||
BUILDDIR := build
|
BUILDDIR := build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user