Open haampie opened 2 days ago
Hi @haampie. Internal ticket has been created to investigate your issue. Thanks!
Hi @haampie,
I tried to reproduce the issue on my end but am unable to reproduce the issue. I was able to find a similar issue in spack here: https://github.com/spack/spack/issues/42417 related to building HIP 6.0.0 that was fixed with this PR: https://github.com/spack/spack/pull/42481. This leads me to believe that it is an issue with the spack installer, perhaps with the wrong version of llvm being pulled in?
Could you please try pulling the latest version of the spack repo and try again. If that doesn't work, could you please try building HIP from source as described here and let me know if you run into any issues? Thanks!
Hm, confusing. I guess it's supposed to find clang from the llvm-amdgpu
package (which is a direct dependency), and not from llvm
the dependency of mesa
. Will have a look tomorrow.
Problem Description
During the build of HIP 6.2.1 I'm hitting a build failure at
hip_rtc_gen
:The error is
The full build log is attached: spack-build-out.txt
Operating System
Ubuntu 24.04
CPU
AMD Ryzen 7 3700X 8-Core Processor
GPU
AMD Radeon RX 6600 / gfx1032
ROCm Version
ROCm 6.2.1
ROCm Component
clr
Steps to Reproduce
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
Additional Information
No response