-
Notifications
You must be signed in to change notification settings - Fork 304
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
Cant compile with compute_10 #153
Comments
You will need to change this in about 6 places
in nano
|
@32teeth workaround does not work for me |
works for me, thx! |
@mspanc run
|
You could also quickly do it with a sed and following @wmcmurray tip:
|
nvcc -g -O2 -Xptxas "-abi=no -v" -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
nvcc fatal : Value 'compute_10' is not defined for option 'gpu-architecture'
make[2]: *** [salsa_kernel.o] Error 1
changing the lines in the Makefile from -arch=compute_10 to sm_21 allows this to compile successfully with cuda 6.5
The text was updated successfully, but these errors were encountered: