File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,14 @@ CUDA_DIR := /usr/local/cuda
31
31
# CUDA_DIR := /usr
32
32
33
33
# CUDA architecture setting: going with all of them.
34
- # For CUDA < 6.0, comment the *_50 lines for compatibility.
34
+ # For CUDA < 6.0, comment the lines after *_35 for compatibility.
35
35
CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \
36
- -gencode arch=compute_20,code=sm_21 \
37
- -gencode arch=compute_30,code=sm_30 \
38
- -gencode arch=compute_35,code=sm_35 \
39
- -gencode arch=compute_50,code=sm_50 \
40
- -gencode arch=compute_50,code=compute_50
36
+ -gencode arch=compute_20,code=sm_21 \
37
+ -gencode arch=compute_30,code=sm_30 \
38
+ -gencode arch=compute_35,code=sm_35 \
39
+ -gencode arch=compute_50,code=sm_50 \
40
+ -gencode arch=compute_52,code=sm_52 \
41
+ -gencode arch=compute_61,code=sm_61
41
42
42
43
# BLAS choice:
43
44
# atlas for ATLAS (default)
You can’t perform that action at this time.
0 commit comments