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: 12.6 #2410

Closed
yulan233 opened this issue Aug 11, 2024 · 3 comments
Closed

Unsupported cuda toolkit version: 12.6 #2410

yulan233 opened this issue Aug 11, 2024 · 3 comments

Comments

@yulan233
Copy link

yulan233 commented Aug 11, 2024

error log:
warning: G:\environment\rust\.cargo\config is deprecated in favor of config.toml
note: if you need to support cargo 1.38 or earlier, you can symlink config to config.toml
Compiling candle-kernels v0.6.0
Compiling cudarc v0.11.8
error: failed to run custom build command for cudarc v0.11.8

Caused by:
process didn't exit successfully: (exit code: 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 G:\environment\rust.cargo\registry\src\rsproxy.cn-0dccff568467c15b\cudarc-0.11.8\build.rs:82:14:
Unsupported cuda toolkit version: 12.6. Please raise a github issue.
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

@chandeldivyam
Copy link

@yulan233 Did you downgrade the cuda toolkit or found a fix around it?

@LaurentMazare
Copy link
Collaborator

cuda 12.6 support is dependent on cudarc supporting it which is currently in this PR: coreylowman/cudarc#286

@chandeldivyam
Copy link

@LaurentMazare Thank you so much for the prompt response.

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