-
Notifications
You must be signed in to change notification settings - Fork 546
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
Question about install HIP to run on nvidia gpu #3665
Comments
Hi @huccpp, I believe your current installation at |
Hello @harkgill-amd, |
I know of users working around the official cuda toolkit dependency by adding a Not sure if the installation from the HPC SDK link satisfies either of these package requirements but it would be worth giving a try. If you could also share any errors encountered during the installation, that would be helpful in further investigating. EDIT: You can also set the default CUDA installation path with the |
Thanks a lot, @harkgill-amd. I eventually installed it successfully. |
No problem, happy to hear it's working on your end. Will close out this issue. |
I try to install HIP to run on nvidia gpu.
I looked at the instruction here:
https://rocm.docs.amd.com/projects/HIP/en/latest/install/install.html
I am on ubuntu 20.04. Earlier I have installed nvidia hpc sdk,
but the path of cuda it contains is not at /usr/local/cuda as written (it is at /opt/nvidia/.../cuda).
How to specify the path for the apt install?
And in this case, do I need to do the step
sudo apt-get install ubuntu-drivers-common && sudo ubuntu-drivers autoinstall
sudo reboot
?
Thanks a lot.
The text was updated successfully, but these errors were encountered: