Skip to content

Commit f1e9808

Browse files
authored
More matmul excludes for A770 (#3931)
1 parent f9e52cd commit f1e9808

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

scripts/skiplist/a770/intel.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# https://github.com/intel/intel-xpu-backend-for-triton/issues/3921
22
test/unit/intel/test_block_load.py::test_block_load_dpas_layout[False-float16-128-32]
3+
test/unit/intel/test_block_load.py::test_block_load_dpas_layout[False-int8-128-32]
4+
test/unit/intel/test_block_load.py::test_block_load_dpas_layout[False-int8-64-64]
35
test/unit/intel/test_tensor_descriptor.py::test_tensor_descriptor_store[8-16-int8]
6+
test/unit/intel/test_tensor_descriptor.py::test_make_tensor_descriptor_matmul[128-128-16-1]
7+
test/unit/intel/test_tensor_descriptor.py::test_make_tensor_descriptor_matmul[256-128-32-1]
8+
test/unit/intel/test_tensor_descriptor.py::test_make_tensor_descriptor_matmul[256-64-32-2]
9+
test/unit/intel/test_tensor_descriptor.py::test_make_tensor_descriptor_matmul[64-512-32-4]
10+
test/unit/intel/test_tensor_descriptor.py::test_tensor_descriptor_rank_reducing_matmul[bfloat16]
11+
test/unit/intel/test_tensor_descriptor.py::test_tensor_descriptor_rank_reducing_matmul[float16]

scripts/skiplist/a770/language.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,45 @@ test/unit/language/test_matmul.py::test_simple_matmul[8-1-64-128-32-4-float16-fl
321321
test/unit/language/test_matmul.py::test_simple_matmul[4-1-64-512-32-2-float16-float16]
322322
test/unit/language/test_matmul.py::test_simple_matmul[8-1-32-32-32-4-float16-float16]
323323
test/unit/language/test_matmul.py::test_simple_matmul[4-1-128-128-16-4-float16-float16]
324+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-256-128-32-4-float32-float32]
325+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-128-128-16-4-float16-float16]
326+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-64-128-32-4-float16-float16]
327+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-128-128-16-4-float16-float16]
328+
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[True-4-1-256-128-32-4-float32-tensorfloat32]
330+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-64-128-32-4-float16-float16]
331+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-32-32-32-4-float16-float16]
332+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-128-128-16-4-float16-float16]
333+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-64-16-16-4-float16-float16]
334+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-256-128-32-4-float32-float16]
335+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-64-128-32-4-float16-float16]
336+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-256-128-32-4-float32-float8e5]
337+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-256-128-32-4-float16-float16]
338+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-32-32-32-4-float16-float16]
339+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-64-512-32-2-float32-float32]
340+
test/unit/language/test_matmul.py::test_simple_matmul[True-8-1-64-512-32-2-float32-tensorfloat32]
341+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-256-128-32-4-float32-float32]
342+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-256-128-32-4-float16-float16]
343+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-128-128-16-4-float16-float16]
344+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-256-128-32-4-float16-float16]
345+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-256-128-32-4-float32-float16]
346+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-512-64-32-2-float16-float16]
347+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-512-64-32-2-float32-float16]
348+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-512-64-32-2-float32-float32]
349+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-512-64-32-2-float32-float8e5]
350+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-64-512-32-2-float16-float16]
351+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-256-128-32-4-float16-float16]
352+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-512-64-32-2-float16-float16]
353+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-512-64-32-2-float32-float32]
354+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-64-128-32-4-float16-float16]
355+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-64-512-32-2-float16-float16]
356+
test/unit/language/test_matmul.py::test_simple_matmul[False-8-1-64-512-32-2-float32-float32]
357+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-512-64-32-2-float32-float8e5]
358+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-512-64-32-2-float32-float16]
359+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-256-128-32-4-float32-float16]
360+
test/unit/language/test_matmul.py::test_simple_matmul[True-4-1-512-64-32-2-float32-float8e5]
361+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-256-128-32-4-float32-float8e5]
362+
test/unit/language/test_matmul.py::test_simple_matmul[False-4-1-256-128-32-4-float32-tensorfloat32]
324363
test/unit/language/test_matmul.py::test_simple_matmul[4-1-32-32-32-4-float16-float16]
325364
test/unit/language/test_matmul.py::test_simple_matmul[8-1-512-64-32-2-float16-float16]
326365
test/unit/language/test_matmul.py::test_simple_matmul[4-1-512-64-32-2-float32-float32]
@@ -433,6 +472,8 @@ test/unit/language/test_matmul.py::test_blocked_scale_mxfp[True-4-256-128-128-10
433472
test/unit/language/test_matmul.py::test_blocked_scale_mxfp[True-4-256-128-128-63-128-512]
434473
test/unit/language/test_matmul.py::test_blocked_scale_mxfp[True-4-256-128-128-998-111-512]
435474
test/unit/language/test_matmul.py::test_lhs_in_tmem_mxfp
475+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-False-128-128-64]
476+
test/unit/language/test_matmul.py::test_lhs_in_tmem[float32-True-128-128-64]
436477
test/unit/language/test_matmul.py::test_mxfp[0-4-1-128-128-128-1024-512-256]
437478
test/unit/language/test_matmul.py::test_mxfp[0-4-1-128-128-128-128-128-128]
438479
test/unit/language/test_matmul.py::test_mxfp[0-4-1-128-128-128-128-256-256]

0 commit comments

Comments
 (0)