icicle icon indicating copy to clipboard operation
icicle copied to clipboard

[BUG]: Wrong CUDA path on Linux

Open FilipLaurentiu opened this issue 7 months ago • 3 comments

Description

The path for the CUDA drivers on Linux is wrong. Not sure, but with recent versions of CUDA drivers NVIDIA change the path. On my Debian installation the path is

➜  ~ which nvcc
/usr/bin/nvcc

Reproduce

cd examples/rust/ntt/ && cargo run

Expected Behavior

Please provide a clear and concise description of what you expected to happen.

Environment

Please complete the following information:

OS + Version: Debian 12

Cargo Version: cargo 1.79.0

GPU type: NVIDIA A2000 6GB

FilipLaurentiu avatar Jul 24 '24 14:07 FilipLaurentiu