Refine diffusion skills and align JIT kernel docs with the new CI flow (#21283)

This commit is contained in:
Xiaoyu Zhang
2026-03-24 14:38:36 +08:00
committed by GitHub
parent c01ee848b0
commit d9f97b2115
21 changed files with 183 additions and 156 deletions
+2
View File
@@ -429,6 +429,8 @@ register_cuda_ci(est_time=30, suite="stage-b-kernel-unit-1-gpu-large")
# register_cuda_ci(est_time=120, suite="nightly-kernel-1-gpu", nightly=True)
```
Keep `est_time` and `suite` as literal values. `run_suite.py` collects them from the file AST, so computed values and helper wrappers can break CI discovery.
Use `register_cuda_ci(..., disabled="reason")` if the file must stay in-tree but should be skipped in CI (e.g. multi-GPU only).
**Run like CI** (from repo root):