candle icon indicating copy to clipboard operation
candle copied to clipboard

failed to build cudarc -- unsupported cuda toolkit version: `11040`

Open siddthartha opened this issue 1 year ago • 0 comments
trafficstars

I've gotten this error while trying to build inside the official CUDA Docker image nvidia/cuda:11.4.3-cudnn8-devel-ubuntu20.04 :

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

Caused by:
  process didn't exit successfully: `/enso-ml/target/debug/build/cudarc-7552c66cc73e8ac0/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 /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cudarc-0.11.1/build.rs:54:14:
  Unsupported cuda toolkit version: `11040`. Please raise a github issue.
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

siddthartha avatar May 18 '24 08:05 siddthartha