We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
I just upgraded to CUDA 12.0 and I am getting the following error in cuda_builder:
cuda_builder
error: rustc_codegen_nvvm requires at least libnvvm 1.6 (CUDA 11.2)
This seems to be because CUDA 12.0 uses libnvvm 2.0, which is incompatible with version 1 1 2, and the version check fails.
Is there any plan to support CUDA 12.0? Thanks in advance!
https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html ↩
https://docs.nvidia.com/cuda/nvvm-ir-spec/index.html ↩
The text was updated successfully, but these errors were encountered:
Update guide's CUDA SDK versions
c4d7ec1
See also Rust-GPU#100
No branches or pull requests
Hello.
I just upgraded to CUDA 12.0 and I am getting the following error in
cuda_builder
:This seems to be because CUDA 12.0 uses libnvvm 2.0, which is incompatible with version 1 1 2, and the version check fails.
Is there any plan to support CUDA 12.0? Thanks in advance!
Environment
Footnotes
https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html ↩
https://docs.nvidia.com/cuda/nvvm-ir-spec/index.html ↩
The text was updated successfully, but these errors were encountered: