-
Notifications
You must be signed in to change notification settings - Fork 25
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
nvcc fatal : Unsupported gpu architecture 'compute_20' #25
Comments
What kind of GPU are you using? It might be too old to run CUDA 9.0. Find your device on this list of CUDA-compatible GPUs and make sure it has compute capability 3.0 or greater. The |
My Nvidia GPU is GTX710M, whose compute capability is 2.1. |
You can try installing a version of CUDA compatible with compute capability 2.1, which I think would be CUDA 8.0. You would have to change this line in CMakeLists.txt from Backwards-compatibility is definitely a problem, and it'll continue to be a problem into the future as new CUDA versions are released. A long-term solution will be to modify the library to be abstracted from CUDA as described in #12, but that solution is still a long ways off. |
Why does the
I'm stuck on this and don't know how to debug this. @schornakj It would be really helpful if you could provide some pointers to resolve this. Thanks. |
Originally posted by @yyxr75 in ros-industrial-attic/yak_ros#19 (comment)
Thank you a lot,
I tried to build and install 'yak' the project
I build it on CUDA 9.0 but error shows:
It seems I need to comment some config in some files
I was mostly told by the blog from webs that I should comment something in Makefile.config
but I can't find this file.
The text was updated successfully, but these errors were encountered: