[AMD][CI] Disable Wave attention test file on ROCm 10 (#39356)
This commit is contained in:
@@ -25,7 +25,11 @@ from sglang.srt.utils import get_device
|
|||||||
from sglang.test.ci.ci_register import register_amd_ci
|
from sglang.test.ci.ci_register import register_amd_ci
|
||||||
|
|
||||||
# Wave attention kernel unit tests (AMD only - requires wave_lang)
|
# 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):
|
class TestWaveAttention(unittest.TestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user