Skip to content

Commit d30ac40

Browse files
committed
crashing
Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
1 parent 829895b commit d30ac40

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/kernel/wave/asm/test_waveasm_e2e.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,15 +1499,13 @@ def expect_fail(reason, is_crashing=False):
14991499
expect_fail(
15001500
"C++ ASM backend exceeds VGPR limit (341 needed) for "
15011501
"128x256x256 (4,1) with scheduled pipeline",
1502-
is_crashing=True,
15031502
)
15041503

15051504
# Linearized reads with dynamic dims produce complex floor/Mod
15061505
# expressions that cause VGPR overflow or numerical mismatches
15071506
# across all block configurations in the MXFP4 preshuffle pipeline.
15081507
skip_linearize = dynamic_dims
15091508

1510-
15111509
_dbuf_mxfp4_helper(
15121510
shape=shape,
15131511
block=block,

0 commit comments

Comments
 (0)