[AMD][CI] Disable Wave attention test file on ROCm 10 (#39356)

This commit is contained in:
Bingxu Chen
2026-09-13 23:34:18 -07:00
committed by GitHub
parent 0d95a9c1ff
commit edf9584be9
@@ -25,7 +25,11 @@ from sglang.srt.utils import get_device
from sglang.test.ci.ci_register import register_amd_ci
# Wave attention kernel unit tests (AMD only - requires wave_lang)
register_amd_ci(est_time=60, suite="stage-a-test-1-gpu-small-amd")
register_amd_ci(
est_time=60,
suite="stage-a-test-1-gpu-small-amd",
disabled="Wave prefill corrupts the native heap on ROCm 10",
)
class TestWaveAttention(unittest.TestCase):