Skip to content

Commit 6db44aa

Browse files
authored
[SYCL][E2E][Joint Matrix] Make 2 SG32 tests UNSUPPORTED on Arc (#15436)
These 2 tests should not be run on DG2, since SG32 is not currently supported there for Joint Matrix. They started to run because we now use aspect to define which tests to run. Hence, adding UNSUPPORTED tag.
1 parent 30b0cb8 commit 6db44aa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: aspect-ext_intel_matrix
99
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1010

11+
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
12+
// UNSUPPORTED: gpu-intel-dg2
13+
1114
// RUN: %{build} -o %t.out
1215
// RUN: %{run} %t.out
1316

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/joint_matrix_bfloat16_packedB.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: aspect-ext_intel_matrix
99
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1010

11+
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
12+
// UNSUPPORTED: gpu-intel-dg2
13+
1114
// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
1215
// RUN: %{run} %t.out
1316

0 commit comments

Comments
 (0)