You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- stderr
thread 'main' panicked at C:....cargo\registry\src\index.crates.io-6f17d22bba15001f\cudarc-0.13.4\build.rs:85:14:
Unsupported cuda toolkit version: 12.8. Please raise a github issue.
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Cargo.toml:
[package]
name = "gpu_test"
version = "0.1.0"
edition = "2021"
[dependencies]
cudarc = { version = "0.13.4", features = ["cuda-version-from-build-system"] }
The text was updated successfully, but these errors were encountered:
PS C:...\Desktop\codes\gpu_test> cargo run
Downloaded libloading v0.8.6
Downloaded cudarc v0.13.4
Downloaded 2 crates (1.8 MB) in 2.09s (largest was
cudarc
at 1.8 MB)Compiling windows_x86_64_msvc v0.52.6
Compiling cudarc v0.13.4
error: failed to run custom build command for
cudarc v0.13.4
Caused by:
process didn't exit successfully:
C:\...\Desktop\codes\gpu_test\target\debug\build\cudarc-47af9edca483256a\build-script-build
(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 C:....cargo\registry\src\index.crates.io-6f17d22bba15001f\cudarc-0.13.4\build.rs:85:14:
Unsupported cuda toolkit version:
12.8
. Please raise a github issue.note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceCargo.toml:
[package]
name = "gpu_test"
version = "0.1.0"
edition = "2021"
[dependencies]
cudarc = { version = "0.13.4", features = ["cuda-version-from-build-system"] }
The text was updated successfully, but these errors were encountered: