Skip to content

Commit a8efff7

Browse files
cr changes
1 parent 8744b95 commit a8efff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/unit/language/test_matmul.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ def test_mxfp8_mxfp4_matmul(M, N, K, BLOCK_M, BLOCK_N, BLOCK_K, NUM_STAGES, B_TR
12251225
BLOCK_K) == (128, 256,
12261226
256) and CONST_SCALE and triton.runtime.driver.active.utils.get_device_properties(
12271227
triton.runtime.driver.active.get_current_device())["max_shared_mem"] < 196608:
1228-
pytest.skip("XPU Max 1100 does not fit in memory large block size for CONST_SCALE mxfp matmul")
1228+
pytest.skip("XPU: Not enough shared memory")
12291229
if not PACK_B_ALONG_K and B_DATA_TYPE != "float4":
12301230
pytest.xfail("Pack along K can only be False for float4")
12311231

0 commit comments

Comments
 (0)