Commit f930d21
committed
ci: fix HIP/MUSA kvarn build break and bump deprecated Node 20 actions
kvarn.cu's profiling helpers use cudaEventDefault and cudaEventElapsedTime, which were never added to the CUDA->HIP/MUSA vendor shims. This broke the Ubuntu ROCm and Windows HIP release builds with 'use of undeclared identifier' errors. Add the two missing event mappings to hip.h and musa.h.
Also bump the three Node 20 actions in the local ccache composite actions to their Node 24 majors ahead of the 2026-06-16 enforcement: actions/cache/restore@v4 -> v5, actions/cache/save@v4 -> v5, actions/github-script@v7 -> v8.1 parent 7c2c763 commit f930d21
4 files changed
Lines changed: 7 additions & 3 deletions
File tree
- .github/actions
- save-rolling-ccache
- setup-ccache
- ggml/src/ggml-cuda/vendors
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments