-
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
GCC version error for GPU installation #66
Comments
Probably you must update your nVidia driver and/or cuda toolkit. I don't remember exactly which version worked with which gcc versions, but check the nVidia cuda installation page for details. CUDA 9 is the first version working with gcc6, If you cannot upgrade cuda toolkit you will have to install an older compiler e.g. gcc 4.8. |
Dear Thorsten, Thank you! I have now installed gcc 4.8 and that error is gone. I am now facing error with the following message when I do make -j install : nvcc fatal : Unsupported gpu architecture 'compute_20' Can you please help sort this out. Regards |
If you need CC 20 your GPU must be ancient. Remove the compute_20 entries (they are not in the guide, are they?) or further downgrade your cuda toolkit until you reach one that supports your GPU. Check the nVidia cuda site for the compatibility matrix. If you really need CC20 I cannot give any guarantees that caffe will build or behave as expected. |
The compute_20 is actually still in the guide: " |
Hi,
I am trying to install GPU version on a backend server and facing this error with make -j install.
#error -- unsupported GNU version! gcc versions later than 6 are not supported!
Can you help me with the installation. Please let me know if you need any details.
The non GPU version works well on the same linux server.
Regards
Rakesh
Rakesh
The text was updated successfully, but these errors were encountered: