coreylowman / cudarc

Safe rust wrapper around CUDA toolkit
Apache License 2.0
593 stars 73 forks source link

Unsupported cuda toolkit version: `12040` #226

Closed bitemyapp closed 4 months ago

bitemyapp commented 5 months ago
Caused by:
  process didn't exit successfully: `/home/callen/.cargo/cache/release/build/cudarc-5f6c1d160b387f41/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/callen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cudarc-0.11.0/build.rs:52:14:
  Unsupported cuda toolkit version: `12040`. 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...

It said,

Please raise a github issue.

so here I am. I'm new to GPU compute for the most part so I'm not sure how much delta to expect from one minor CUDA version to the next. Gonna vendor the library and see how far I get doing something lazy and ignorant.

coreylowman commented 4 months ago

Yay thank you for raising :D