deepnet icon indicating copy to clipboard operation
deepnet copied to clipboard

Unsupported GPU architecture

Open vivekveeriah opened this issue 10 years ago • 1 comments

Hi, I am trying to compile cudamat from your repo. While running the make command, I am getting the following error.

nvcc -O3
-v
-gencode=arch=compute_10,code=sm_10
-gencode=arch=compute_20,code=sm_20
-gencode=arch=compute_30,code=sm_30
--compiler-options '-fPIC' -o libcudamat.so
--shared cudamat.cu cudamat_kernels.cu -lcublas -L/usr/local/cuda-6.5/lib64 nvcc fatal : Unsupported gpu architecture 'compute_10' make: *** [libcudamat.so] Error 1

I am using a tesla K40 gpu with cuda-6.5.

vivekveeriah avatar Feb 26 '15 16:02 vivekveeriah

Check post #80 and modify the Makefile accordingly.

jormansa avatar Feb 26 '15 17:02 jormansa