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

Support for CUDA 12.0 (libnvvm 2.0) #100

Open
n4o847 opened this issue Jan 28, 2023 · 0 comments
Open

Support for CUDA 12.0 (libnvvm 2.0) #100

n4o847 opened this issue Jan 28, 2023 · 0 comments

Comments

@n4o847
Copy link

n4o847 commented Jan 28, 2023

Hello.

I just upgraded to CUDA 12.0 and I am getting the following error in 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!

Environment

  • Ubuntu 22.04
  • Rust nightly-2021-12-04 (the same version as this repository)
  • CUDA 12.0
  • LLVM 7.1.0

Footnotes

  1. https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html

  2. https://docs.nvidia.com/cuda/nvvm-ir-spec/index.html

Vollkornaffe added a commit to Vollkornaffe/Rust-CUDA that referenced this issue Nov 9, 2023
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

1 participant