Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CI: Fix ROCm 6.2.0 ROCm 6.1.2->6.2.0 switches Clang 17 to 18. The current setup led to linker issues: ``` ld.lld: error: undefined hidden symbol: __hip_gpubin_handle_f20551e8c5453d2a >>> referenced by ld-temp.o >>> lto.tmp:(__hip_module_ctor.1796) >>> referenced by ld-temp.o >>> lto.tmp:(__hip_module_ctor.1796) >>> referenced by ld-temp.o >>> lto.tmp:(__hip_module_dtor.1798) >>> referenced 1 more times ``` switch from clang++ to hipcc as the compiler. * HIP CI: Ubuntu 20 -> 22 * Remove Workaround from Ubuntu 20 MPI * ROCm 6.2 * HIP 6.1, Ubuntu 20.04
- Loading branch information