Skip to content

Commit 5e6f0e7

Browse files
[intel] Port test_min_dot_size (#3098)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent ea934f7 commit 5e6f0e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/test/unit/language/test_compile_errors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ def test_min_dot_size(dtype):
406406
pytest.skip("fp16 FMA path supports all sizes")
407407
else:
408408
error_msg = "M >= 16, N >= 16 and K >= 16"
409+
elif is_xpu():
410+
# XPU supports all sizes
411+
pass
409412
else:
410413
pytest.skip("Test only supported on CUDA and HIP")
411414

0 commit comments

Comments
 (0)