Closed msimberg closed 2 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.00% (target: -1.00%) | :white_check_mark: ∅ (target: 90.00%) |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
The GCC14/HIP conflict seems to be the same issue as reported here: https://github.com/llvm/llvm-project/issues/69288. That one is about clang in CUDA mode, but the error looks exactly the same otherwise. I will add some comments in the code and a conflict if GCC 12 seems to be working fine.
I've added some sort of conflict in upstream spack: https://github.com/spack/spack/pull/46291.
Fixes #1164. The newly added GCC 12/HIP 6 configuration is now run on pushes and replaces the old GCC 12/HIP 5 which is still run on merges.
GCC (libstdc++) 13 and newer are incompatible with HIP for now: https://github.com/spack/spack/pull/46291.