coreylowman / cudarc

Safe rust wrapper around CUDA toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported cuda toolkit version: `12040`

bitemyapp opened this issue · comments

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.

Yay thank you for raising :D