Remove smoke wording from tests and comments (#23355)

This commit is contained in:
Xiaoyu Zhang
2026-04-28 12:05:27 +08:00
committed by GitHub
parent 1a55646dcd
commit 6fbad22feb
12 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -183,9 +183,9 @@ jobs:
cd sgl-kernel
pytest tests/
# Adding a single CUDA13 smoke test to verify that the kernel builds and runs
# Adding a single CUDA13 build-and-run check for the kernel
# TODO: Add back this test when it can pass on CI
# cuda13-kernel-smoke-test:
# cuda13-kernel-build-check:
# if: inputs.sgl_kernel == 'true'
# runs-on: x64-cu13-kernel-tests
# steps: