-
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
[Documentation]: Installation. ( hipcc-nvidia ) #3479
Comments
I encountered this issue as well. I am trying to get it to install inside a docker container:
|
I'm running into the same issue, it seems to me that the dependency chain of the packages is broken and am really rooting for a fix :-) |
@MarkCotch Internal ticket has been created to fix this issue. Thanks! |
To add to this, the issue seems not to be documentation only, but a broken package dependency on I agree though the documentation could be improved. I realize NVIDIA is probably not that well supported, though really helpful for developing. For example, following all the instructions (by following the link to "install ROCm in general"), the docs want me to install |
I also got this error, and I had to build HIP from source |
Interesting, and this worked for you? Was this with the latest release 6.1.2? Because with 6.1.1 this was not working either. |
Fix will be available in the future ROCm 6.2 release. Thanks! |
As of today, I'm trying with ROCm 6.2, with no luck. As I understand, the hipcc command should do the whole process of churning hip -> cuda and then evokes nvcc, etc. (did I get this right?) But the problem seems to be that the hipcc --cuda-gpu-arch=sm_80 /home/sampsa/amd/doodles/hip_doodle0/src/vector_add.hip -o pska.o
clang++: error: invalid target ID 'sm_80'; format is a processor name followed by an optional colon-delimited list of features followed by an enable/disable sign (e.g., 'gfx908:sramecc+:xnack-') If I change to Related: ROCm/ROCm#2975 So to conclude: |
I experienced similar issues, and I'm honestly not sure what fixed it. I have Ubuntu 22.04.5 with ROCm 6.2. The things I've tried:
I'm trying to reproduce the process. |
Description of errors
This documentation seems to lack proper information about external dependencies for HIP. Specifically around Repositories. I went to install HIP with NVidia. At no point did it specify installation of the Rocm repos.
With Rocm repos installed I am still finding the necessary dependencies missing i.e.:
hip-runtime-nvidia : Depends: hipcc-nvidia but it is not installable
I am unable to find any repository that hosts the "hipcc-nvidia" package. I have checked repositories that I know of at AMD, Radeon, and Nvidia without success.
Attach any links, screenshots, or additional evidence you think will be helpful.
No response
The text was updated successfully, but these errors were encountered: