Skip to content

Commit eb7cf23

Browse files
authored
Fix test_reduce_layouts for LinearLayout (#3571)
Closes #3181
1 parent 7355662 commit eb7cf23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/test/unit/language/test_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3018,8 +3018,6 @@ def test_reduce_layouts(M, N, src_layout, axis, epilogue_kind, dtype_str, add_ov
30183018
pytest.xfail("Skipping sum reduction on float16 due to accuracy issues")
30193019
if is_hip() and isinstance(src_layout, LinearLayout):
30203020
pytest.skip("FIXME: LinearLayout not supported on HIP")
3021-
if is_xpu() and isinstance(src_layout, LinearLayout) and epilogue_kind == "reduce1d":
3022-
pytest.skip("FIXME: Linear layout not supported on XPU")
30233021

30243022
if isinstance(src_layout, MmaLayout) and src_layout.version == 3:
30253023
src_layout.instr_shape[2] = 16 if dtype_str == "float16" else 8

0 commit comments

Comments
 (0)