-
Notifications
You must be signed in to change notification settings - Fork 540
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
HIP installation on Nvidia platform #3521
Comments
Hi it seems that those error messages are exactly the same what I saw a few days ago. I think it might be helpful to refer to the this issue #3519. Please see the "additional information" section and the comment by harkgill-amd right below. Thank you. |
$ sudo amdgpu-install --usecase=hip,hiplibsdk E: Unable to locate package rocm-hip-runtime still Iam getting this error?? |
Hi @ABHINAVONGOLU, as @logic-finder mentioned, we do currently have an investigation ongoing to fix the installation issues for HIP on NVIDIA platforms. Thanks! |
Just inform here when fixing is completed please @harkgill-amd |
@logic-finder , @harkgill-amd can someone one confirm whether it is working fine or not?? Please |
Hi @ABHINAVONGOLU, this issue is still being investigated. I will provide updates as soon as I receive them. |
This is still broken with Hip 6.2 |
@avickars, are you attempting to install on Ubuntu 24.04 or on 22.04? What error are you running into? |
I am trying to install it on 24.04 and I am getting the same error as originally reported in this GitHub issue |
Could you try adding the radeon repo through
and then running The repo should have the missing packages that are causing the error. However, the documentation needs to be updated to reflect this, and I will begin the process of getting it updated. |
Thanks but it then doesn't work correctly. Below is the output of my hipconfig:
It thinks I have an AMD gpu. Conversely when I compiled HIP 6.1 from source, I would get:
|
Adding the environment variable |
Reading package lists... Done The following packages have unmet dependencies: I have met the error above. |
By the way , I have followed the replies above in this issue |
@harkgill-amd I tried it today and it didn't work. It had the same results as before. To be succinct I executed the following:
Again my hipconfig lookes like:
Are you able to reproduce this? |
@avickars, looks like the environment variable is being overridden by the hip installation. Can you try setting it again after
|
@eljrte, the error you are seeing is likely due to the installation of the 24.04 amdgpu-install .deb rather than the 22.04 version. There is also an error regarding a cuda dependency so let's try a clean install with the following
|
Is it possible to install hip-runtime-nvidia without installing cuda and cuda driver? |
@eddy16112, the cuda packages are currently a dependency for hip-runtime-nvidia and are required for installation. |
Most of the nvidia backend of hip are header files, so I do not see why cuda (specially the cuda driver) is the dependency. Installing a cuda driver inside a cuda container could break the container. |
apt-get install hip-runtime-nvidia hip-dev
When I run this command on my terminal I was getting following error message. Can someone help me fixing this issue ??
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package hip-runtime-nvidia
E: Unable to locate package hip-dev
The text was updated successfully, but these errors were encountered: