-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Compilation Error on Ubuntu 24.04.1 LTS with 4060 Ti #1576
Comments
Same Error (Since 2022) |
I solved the issue by reinstalling a CUDA version compatible with WSL, following NVIDIA's instructions for WSL: wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-wsl-ubuntu.pin
sudo mv cuda-wsl-ubuntu.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/12.6.3/local_installers/cuda-repo-wsl-ubuntu-12-6-local_12.6.3-1_amd64.deb
sudo dpkg -i cuda-repo-wsl-ubuntu-12-6-local_12.6.3-1_amd64.deb
sudo cp /var/cuda-repo-wsl-ubuntu-12-6-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-6 After that, the compilation issues I encountered were resolved normally. |
The above mentioned are general installation CUDA Toolkit installation instructions. The issue Compilation Error: |
Here's a suggested GitHub issue template for your compilation problem:
Hello,
I am encountering an issue while trying to compile the
tiny-cuda-nn
project. Here are the details of my setup:When I execute the following command in the
tiny-cuda-nn
directory:I receive the following error message:
I would appreciate any guidance or suggestions on how to resolve this issue. Thank you for your help!
Best regards,
Harry
The text was updated successfully, but these errors were encountered: