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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,8 @@ outputs compare against CPU int32 references.
148
148
-`.github/workflows/nightly-cpu.yml` is a `main`-branch-only nightly CPU check that repeats the package, lint, and shared-runtime smoke tests.
149
149
-`.github/workflows/release.yml` builds source and wheel artifacts, then attaches them to GitHub Releases on `v*` tags.
150
150
-`.github/workflows/triton-smoke.yml` is a manual opt-in job for triton-dependent smoke checks.
151
-
-`.github/workflows/gpu-ci.yml` is a manual GPU accuracy smoke workflow for a self-hosted runner labeled `self-hosted`, `linux`, and `gpu`.
152
-
-`.github/workflows/gpu-benchmark.yml` adds an Actions button for synthetic GPU benchmark runs on a self-hosted runner labeled `self-hosted`, `linux`, and `gpu`.
151
+
-`.github/workflows/gpu-ci.yml` is a manual GPU accuracy smoke workflow that runs on the `test-flagsparse` Actions Runner Controller scale set.
152
+
-`.github/workflows/gpu-benchmark.yml` adds an Actions button for synthetic GPU benchmark runs on the `test-flagsparse` Actions Runner Controller scale set.
153
153
-`.github/workflows/release-drafter.yml` keeps draft release notes current from merged PRs.
154
154
-`make help` lists the local entry points.
155
155
-`make ci` / `make check` run the same CPU-only pipeline used by CI.
0 commit comments