Skip to content

Commit 71245fa

Browse files
committed
Add more matmul excludes for a770
1 parent f1e9808 commit 71245fa

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

scripts/skiplist/a770/language.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,16 @@ test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-128-128-16-4-floa
326326
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-64-128-32-4-float16-float16]
327327
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-128-128-16-4-float16-float16]
328328
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-32-32-32-4-float16-float16]
329+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-64-16-16-4-float16-float16]
330+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-32-32-32-4-float16-float16]
331+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-512-64-32-2-float16-float16]
332+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-512-64-32-2-float32-float32]
333+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-64-16-16-4-float16-float16]
334+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-64-512-32-2-float16-float16]
335+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-512-64-32-2-float16-float16]
336+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-512-64-32-2-float32-float32]
337+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-64-16-16-4-float16-float16]
338+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-64-512-32-2-float16-float16]
329339
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-256-128-32-4-float32-tensorfloat32]
330340
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-64-128-32-4-float16-float16]
331341
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-32-32-32-4-float16-float16]
@@ -474,6 +484,21 @@ test/unit/language/test_matmul.py::test_blocked_scale_mxfp[True-4-256-128-128-99
474484
test/unit/language/test_matmul.py::test_lhs_in_tmem_mxfp
475485
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-False-128-128-64]
476486
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-True-128-128-64]
487+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-False-128-128-64]
488+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-False-128-256-32]
489+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-False-128-64-128]
490+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-True-128-128-64]
491+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-True-128-256-32]
492+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-True-128-64-128]
493+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-False-128-64-128]
494+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-True-128-256-32]
495+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-True-128-64-128]
496+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-False-128-128-64]
497+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-False-128-256-32]
498+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-False-128-64-128]
499+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-True-128-128-64]
500+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-True-128-256-32]
501+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-True-128-64-128]
477502
test/unit/language/test_matmul.py::test_mxfp[0-4-1-128-128-128-1024-512-256]
478503
test/unit/language/test_matmul.py::test_mxfp[0-4-1-128-128-128-128-128-128]
479504
test/unit/language/test_matmul.py::test_mxfp[0-4-1-128-128-128-128-256-256]

0 commit comments

Comments
 (0)