Commit 06f62ae
[IntelNav] ci: install minimal HIP set, avoid rccl (needs kernel driver)
ROCm 6.4's `rccl` hard-depends on `libdrm-amdgpu-amdgpu1` and
`libdrm2-amdgpu`, which only exist on hosts with the AMD GPU kernel
driver installed. GH hosted runners have no GPU, so these aren't
installable and apt fails the whole transaction.
Replace `rocm-dev` + `rocm-libs` metas with the specific packages
llama.cpp's HIP build needs: hipcc, hip-dev, hipblas-dev, rocblas-dev,
plus supporting libs (comgr, hsa-rocr-dev, rocm-device-libs, rocm-llvm,
rocminfo). No multi-GPU comms, so rccl isn't needed.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 3354ab6 commit 06f62ae
1 file changed
Lines changed: 9 additions & 1 deletion
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
188 | 193 | | |
189 | 194 | | |
190 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
191 | 198 | | |
| 199 | + | |
192 | 200 | | |
193 | 201 | | |
194 | 202 | | |
| |||
0 commit comments