Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Wrong CUDA path on Linux #561

Open
FilipLaurentiu opened this issue Jul 24, 2024 · 3 comments
Open

[BUG]: Wrong CUDA path on Linux #561

FilipLaurentiu opened this issue Jul 24, 2024 · 3 comments
Labels
type:bug Something isn't working

Comments

@FilipLaurentiu
Copy link

FilipLaurentiu commented Jul 24, 2024

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 FilipLaurentiu added the type:bug Something isn't working label Jul 24, 2024
@ChickenLover
Copy link
Contributor

Hi, @FilipLaurentiu
What does nvcc --version say to you?

@yshekel
Copy link
Collaborator

yshekel commented Jul 24, 2024

I would suggest to use a symbolic link for now. We will address the issue.

@FilipLaurentiu
Copy link
Author

Hi, @FilipLaurentiu What does nvcc --version say to you?

➜  ~ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0

it's a standard installation following this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants