Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported GPU architecture #82

Open
vivekveeriah opened this issue Feb 26, 2015 · 1 comment
Open

Unsupported GPU architecture #82

vivekveeriah opened this issue Feb 26, 2015 · 1 comment

Comments

@vivekveeriah
Copy link

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.

@jormansa
Copy link

Check post #80 and modify the Makefile accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants