[Perf] refactor piecewise cuda graph support of Qwen3-Next (#17613)

This commit is contained in:
Minglei Zhu
2026-02-14 09:30:50 +08:00
committed by GitHub
parent 3a1c388b43
commit 8be18c655d
5 changed files with 80 additions and 34 deletions
@@ -1,9 +1,5 @@
"""
Qwen3 Next piecewise CUDA graph tests.
DISABLED: See https://github.com/sgl-project/sglang/issues/17039
PCG tests for Qwen3 Next have intermittent failures (5-10% probability).
Investigation ongoing by @YuweiAn.
"""
import unittest
@@ -22,7 +18,6 @@ from sglang.test.test_utils import (
register_cuda_ci(
est_time=400,
suite="stage-c-test-4-gpu-h100",
disabled="Intermittent failures, see #17039",
)
QWEN3_NEXT_MODEL = "Qwen/Qwen3-Next-80B-A3B-Instruct"
@@ -32,7 +27,6 @@ ACC_THRESHOLDS = {
}
@unittest.skip("Disabled: intermittent failures, see #17039")
class TestQwen3NextPiecewiseCudaGraph(CustomTestCase):
@classmethod