ci: B200 conditional split + LPT_SLOP removal (stage-c partition 8→3) (#25203)

This commit is contained in:
Alison Shao
2026-05-13 18:40:45 -07:00
committed by GitHub
parent 5fb6bde6c0
commit 1e308aec66
19 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ except ImportError:
CuteDslMoEWrapper = None
convert_sf_to_mma_layout = None
register_cuda_ci(est_time=590, stage="stage-c", runner_config="4-gpu-b200")
register_cuda_ci(est_time=24, suite="nightly-4-gpu-b200", nightly=True)
SKIP_TEST = torch.cuda.get_device_capability() < (10, 0)
SKIP_REASON = "Nvfp4 Requires compute capability of 10 or above."