-
Notifications
You must be signed in to change notification settings - Fork 26
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
Compiling with CUDA #16
Comments
With -arch=sm_70, I could compile it, but the compiled version failed to run on GTX980Ti. |
Thanks for reporting the problem @huhlim. Unfortunately, I do not have any cuda experience nor a graphics card so I cannot help maintaining the cuda support. I will leave your issue open as your fix may help others struggling with cuda. |
Thanks for leaving this up! This fix also worked for me. |
Hello, I've done the same but then I got the following error: does anyone know how to fix it? |
@bognabognabogna I think it is a completely different issue with your MacOS environment. |
Hi all, please check out #20 to see if you can get this running on your machine with CUDA now. |
Since this issue is still open - just noting that this does work on latest CUDA versions now. Thanks for the fix! |
I'm using a CUDA 9.2, and the nvcc did not support -arch=sm_20 option. I simply fixed the issue by replacing sm_20 to sm_70 in CMakeLists.txt file.
The text was updated successfully, but these errors were encountered: