You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IntelNav] ci: verify libggml-hip.so contains every requested gfx target
After the v0.1.2 incident where AMDGPU_TARGETS edits were uncommitted
at tag time and the tarball silently shipped with the stale narrow
arch list, add a post-Build CI step that:
- Locates the freshly-built libggml-hip.so under build/.
- Strings out every gfx<NNN> token baked into it.
- Diffs against the configured AMDGPU_TARGETS (now job-scope so the
Verify step can read it).
- Fails loudly if any requested target is missing.
Catches both the v0.1.2 class of bug (workflow file out of sync with
intent) AND any future ROCm toolchain regression where a target
silently fails to compile and the build still succeeds.
0 commit comments