Skip to content

Commit ddc8bd1

Browse files
[IntelNav] ci: refresh release-workflow header (CUDA/Metal/macOS shipped)
The header comment still listed CUDA, Metal, and macOS arm64 as "deliberately left out" follow-ups, but e1e9255 added CUDA + Metal + macos-arm64-metal jobs and they've been shipping since the intelnav-v0.1.1 release run on 2026-04-23. Comment-only refresh — no behavior change, no tag, no release-workflow trigger (push event is gated to tags). Documents that SYCL and Windows are the genuine remaining gaps and what blocks each.
1 parent 9bc0d22 commit ddc8bd1

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/intelnav-release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@
2222
# On tag push, all artifacts are uploaded to the matching GitHub Release.
2323
# On workflow_dispatch, they stay as job artifacts for inspection.
2424
#
25-
# Scope for the first cut: Linux x86_64 only, with CPU + Vulkan + ROCm.
26-
# Each is a free runner and none require proprietary SDKs beyond what
27-
# `apt` and the ROCm/Vulkan repos provide. CUDA, Metal, SYCL, Windows,
28-
# and macOS arm64 are follow-ups — deliberately left out so this
29-
# workflow actually ships and starts producing artifacts this week.
25+
# Scope today: Linux x86_64 (CPU + Vulkan + ROCm + CUDA) and macOS
26+
# arm64 (Metal). All five jobs run on free GitHub-hosted runners — no
27+
# proprietary SDKs beyond what `apt` (Ubuntu), the Radeon / NVIDIA apt
28+
# repos, and Apple's bundled toolchain provide.
29+
#
30+
# Still-deferred follow-ups: Linux SYCL (needs the Intel oneAPI base
31+
# toolkit, multi-GB install) and Windows CPU/CUDA/Vulkan (needs MSVC
32+
# layout work — Ninja Multi-Config writes to build/bin/Release/, the
33+
# pack script today only globs build/bin/).
3034

3135
name: IntelNav release
3236

0 commit comments

Comments
 (0)