Skip to content
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

layers installation "nvcc fatal : Unsupported gpu architecture 'compute_86'" #9

Closed
thomasweng15 opened this issue Mar 19, 2021 · 2 comments

Comments

@thomasweng15
Copy link

When running python setup.py install for layers, I get the following error:

nvcc fatal : Unsupported gpu architecture 'compute_86'

I am running with a 3090 GPU and CUDA 11.1. Is there something I can change in the layers directory to fix this issue? Thanks for your help.

@liruiw
Copy link
Owner

liruiw commented Mar 24, 2021

I haven't seen this issue before but it looks like a CUDA version problem.

@liruiw liruiw closed this as completed Mar 24, 2021
@thomasweng15
Copy link
Author

I was able to resolve this by using CUDA 11.1 and specifying it as an env variable: CUDA_HOME=path/to/cuda python setup.py install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants