Skip to content

Commit c8b1c5f

Browse files
authored
Update A770 skiplist (#3390)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 10ba47f commit c8b1c5f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

scripts/skiplist/a770/language.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,8 @@ test/unit/language/test_core.py::test_dot[1-128-128-64-2-False-False-none-tf32-f
20112011
test/unit/language/test_core.py::test_dot[1-128-128-64-2-False-False-none-tf32-float16-float32-1-None1]
20122012
test/unit/language/test_core.py::test_dot[1-128-128-64-2-False-False-none-tf32-float32-float32-1-None0]
20132013
test/unit/language/test_core.py::test_dot[1-128-128-64-2-False-False-none-tf32-float32-float32-1-None1]
2014+
test/unit/language/test_core.py::test_dot[1-32-128-64-4-False-False-none-tf32-int8-int8-1-None0]
2015+
test/unit/language/test_core.py::test_dot[1-32-128-64-4-False-False-none-tf32-int8-int8-1-None1]
20142016

20152017
# test_dot_max_num_imprecise_acc
20162018
test/unit/language/test_core.py::test_dot_max_num_imprecise_acc[0-float8e4nv-128-256-128-128-256-256]
@@ -2038,3 +2040,47 @@ test/unit/language/test_core.py::test_cast[1-int32-uint64-False-1024]
20382040
test/unit/language/test_core.py::test_cast[1-uint32-int64-False-1024]
20392041
test/unit/language/test_core.py::test_cast[1-uint32-uint64-False-1024]
20402042
test/unit/language/test_pipeliner.py::test_pipeline_matmul[True]
2043+
2044+
# https://github.com/intel/intel-xpu-backend-for-triton/issues/3388
2045+
# test_lhs_in_tmem
2046+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-False-128-128-128-128-128-128]
2047+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-True-128-128-128-128-128-128]
2048+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-False-128-128-128-128-128-128]
2049+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float16-True-128-128-128-128-128-128]
2050+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-False-128-128-128-128-128-128]
2051+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float8e5-True-128-128-128-128-128-128]
2052+
# test_simple_matmul
2053+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-128-128-16-4-float16-float16]
2054+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-64-128-32-4-float16-float16]
2055+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-64-128-32-4-float16-float16]
2056+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-64-512-32-2-float16-float16]
2057+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-32-32-32-4-float16-float16]
2058+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-128-128-16-4-float16-float16]
2059+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-32-32-32-4-float16-float16]
2060+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-512-64-32-2-float16-float16]
2061+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-512-64-32-2-float32-float32]
2062+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-512-64-32-2-float32-tensorfloat32]
2063+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-512-64-32-2-float32-float16]
2064+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-256-128-32-4-float16-float16]
2065+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-256-128-32-4-float32-float16]
2066+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-512-64-32-2-float32-float8e5]
2067+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-256-128-32-4-float32-float8e5]
2068+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-64-512-32-2-float32-float32]
2069+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-64-512-32-2-float32-tensorfloat32]
2070+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-512-64-32-2-float16-float16]
2071+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-256-128-32-4-float16-float16]
2072+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-64-512-32-2-float16-float16]
2073+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-64-512-32-2-float32-float32]
2074+
test/unit/language/test_matmul.py::test_simple_matmul[4-1-64-512-32-2-float32-tensorfloat32]
2075+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-512-64-32-2-float32-float32]
2076+
test/unit/language/test_matmul.py::test_simple_matmul[8-1-512-64-32-2-float32-tensorfloat32]
2077+
# test_indirect_matmul
2078+
test/unit/language/test_pipeliner.py::test_indirect_matmul[3-128-128-128]
2079+
test/unit/language/test_pipeliner.py::test_indirect_matmul[1-128-128-128]
2080+
test/unit/language/test_pipeliner.py::test_indirect_matmul[3-128-128-64]
2081+
test/unit/language/test_pipeliner.py::test_indirect_matmul[1-128-128-64]
2082+
test/unit/language/test_pipeliner.py::test_indirect_matmul[3-128-64-128]
2083+
test/unit/language/test_pipeliner.py::test_indirect_matmul[1-128-64-128]
2084+
test/unit/language/test_pipeliner.py::test_indirect_matmul[5-128-128-128]
2085+
test/unit/language/test_pipeliner.py::test_indirect_matmul[5-128-128-64]
2086+
test/unit/language/test_pipeliner.py::test_indirect_matmul[5-128-64-128]

0 commit comments

Comments
 (0)