Skip to content

Commit 3ae98ad

Browse files
dkhaldiKornevNikita
authored andcommitted
[SYCL][E2E][Matrix] Cleanup of xfail and unsupported (#17688)
1 parent 70852f5 commit 3ae98ad

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
1111

12+
// UNSUPPORTED: gpu-intel-dg2
13+
// UNSUPPORTED-INTENDED: SG size = 32 is not currently supported for SYCL Joint
14+
// Matrix by IGC on DG2
15+
1216
// REQUIRES: aspect-ext_intel_matrix
1317
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1418

15-
// XFAIL: run-mode && gpu-intel-dg2
16-
// XFAIL-TRACKER: GSD-4181
17-
1819
// RUN: %{build} -o %t.out
1920
// RUN: %{run} %t.out
2021

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
1111

12+
// UNSUPPORTED: gpu-intel-dg2
13+
// UNSUPPORTED-INTENDED: SG size = 32 is not currently supported for SYCL Joint
14+
// Matrix by IGC on DG2
15+
1216
// REQUIRES: aspect-ext_intel_matrix
1317
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1418

15-
// XFAIL: run-mode && gpu-intel-dg2
16-
// XFAIL-TRACKER: GSD-5768
17-
1819
// RUN: %{build} -o %t.out
1920
// RUN: %{run} %t.out
2021

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// RUN: %{run} %t.out
1717

1818
// This tests support of col major layout for matrix B which does transpose and
19-
// then VNNI transform. This is currently only available on AMX
19+
// then VNNI transform. This is currently only available on AMX and PVC
2020

2121
// XFAIL: gpu
2222
// XFAIL-TRACKER: GSD-5768

sycl/test-e2e/Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// RUN: %{run} %t.out
1616

1717
// This tests support of col major layout for matrix B which does transpose and
18-
// then VNNI transform. This is currently only available on AMX
18+
// then VNNI transform. This is currently only available on AMX and PVC
1919

2020
// XFAIL: gpu
2121
// XFAIL-TRACKER: GSD-5768

0 commit comments

Comments
 (0)