File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,17 @@ 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 *_50 through *_61 lines for compatibility.
35
+ # For CUDA < 8.0, comment the *_60 and *_61 lines for compatibility.
35
36
CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \
36
37
-gencode arch=compute_20,code=sm_21 \
37
38
-gencode arch=compute_30,code=sm_30 \
38
39
-gencode arch=compute_35,code=sm_35 \
39
40
-gencode arch=compute_50,code=sm_50 \
40
- -gencode arch=compute_50,code=compute_50
41
+ -gencode arch=compute_52,code=sm_52 \
42
+ -gencode arch=compute_60,code=sm_60 \
43
+ -gencode arch=compute_61,code=sm_61 \
44
+ -gencode arch=compute_61,code=compute_61
41
45
42
46
# BLAS choice:
43
47
# atlas for ATLAS (default)
You can’t perform that action at this time.
0 commit comments