We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b583e8 commit b5badf7Copy full SHA for b5badf7
Makefile.config
@@ -2,7 +2,10 @@
2
# CHANGE YOUR CUDA PATH IF IT IS NOT THIS
3
CUDA_DIR := /usr/local/cuda
4
# CHANGE YOUR CUDA ARCH IF IT IS NOT THIS
5
-CUDA_ARCH := -arch=sm_30
+CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \
6
+ -gencode arch=compute_20,code=sm_21 \
7
+ -gencode arch=compute_30,code=sm_30 \
8
+ -gencode arch=compute_35,code=sm_35
9
# CHANGE YOUR MKL PATH IF IT IS NOT THIS
10
MKL_DIR := /opt/intel/mkl
11
# CHANGE YOUR MATLAB PATH IF IT IS NOT THIS
0 commit comments