We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Check post #80 and modify the Makefile accordingly.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: