-
Notifications
You must be signed in to change notification settings - Fork 703
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
CMake fails for CUDA 11 #1622
Comments
Try removing the parts of this line that refer to We may have to update this file to cover more recent architectures, please tell me if this works and I'll do so if so. |
I managed to build it for cuda 11 without any errors. However, during python import it prints I used the following command for cmake: |
Same error. Removing compute_30 does not help. nvcc fatal : Unsupported gpu architecture 'compute_30' |
Was able to change it to compute_60, which corresponds to NVIDIA tesla P100 |
I have this exact error when trying to compile on GPU RTX3090, any help would be appreciated! Thanks |
Hi,
Running pip install or cmake from source produces the following error for CUDA 11:
nvcc fatal : Unsupported gpu architecture 'compute_30' failed
Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered: