File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828from helion ._testing import skipIfFn
2929from helion ._testing import skipIfNotCUDA
3030from helion ._testing import skipIfPallas
31+ from helion ._testing import skipIfPallasInterpret
3132from helion ._testing import skipIfRefEager
3233from helion ._testing import skipIfRocm
3334from helion ._testing import skipIfTileIR
@@ -666,7 +667,11 @@ def test_low_mem_dropout(self):
666667 block_sizes = [block_size ],
667668 )
668669
669- @xfailIfPallas ("precision differences with bf16xint16 operations on pallas" )
670+ @skipIfPallasInterpret (
671+ "65536x1024x1280 GEMM is too slow under CPU interpret -- it exceeds the "
672+ "300s per-test timeout and (thread timeout method) kills the whole job"
673+ )
674+ @xfailIfPallasTpu ("precision differences with bf16xint16 operations on pallas" )
670675 @skipIfTileIR ("precision differences with bf16xint16 operations on tileir" )
671676 @skipIfRocm ("precision differences with bf16xint16 operations on rocm" )
672677 @skipIfXPU ("precision differences with bf16xint16 operations on xpu" )
You can’t perform that action at this time.
0 commit comments