Commit 1eefbcb
authored
CI: Fix to ROCm 6.1 (#350)
* 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.041 parent 3c3e5a6 commit 1eefbcb
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments