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

Unsupported cuda toolkit version: 12050 #2210

Open
Gadersd opened this issue May 24, 2024 · 3 comments
Open

Unsupported cuda toolkit version: 12050 #2210

Gadersd opened this issue May 24, 2024 · 3 comments

Comments

@Gadersd
Copy link

Gadersd commented May 24, 2024

When building I encounter the following error

error: failed to run custom build command for `cudarc v0.11.1`

Caused by:
  process didn't exit successfully: `/home/hermes/Machine Learning/occam/target/debug/build/cudarc-c1ba24af9485b9bf/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=build.rs
  cargo:rerun-if-env-changed=CUDA_ROOT
  cargo:rerun-if-env-changed=CUDA_PATH
  cargo:rerun-if-env-changed=CUDA_TOOLKIT_ROOT_DIR

  --- stderr
  thread 'main' panicked at /home/hermes/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cudarc-0.11.1/build.rs:54:14:
  Unsupported cuda toolkit version: `12050`. Please raise a github issue.
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@LaurentMazare
Copy link
Collaborator

I think it's caused by cudarc only supporting cuda up to version 12.4 and you're trying to use 12.5. There is already an issue open for this on the cudarc repo here: coreylowman/cudarc#236

@vartec
Copy link

vartec commented May 28, 2024

I've got a PR open: coreylowman/cudarc#238

@LaurentMazare
Copy link
Collaborator

LaurentMazare commented May 29, 2024

Support has been added to for the latest cudarc in #2227 , thanks @vartec for adding support for it in cudarc.

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

3 participants