Skip to content

Commit f02b9a5

Browse files
committed
[SYCL][E2E][Matrix] Cleanup of xfail and unsupported
1 parent cbadc47 commit f02b9a5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// REQUIRES: aspect-ext_intel_matrix
1616
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1717

18-
// XFAIL: arch-intel_gpu_pvc
19-
// XFAIL-TRACKER: GSD-10524
20-
2118
// RUN: %{build} -o %t.out
2219
// RUN: %{run} %t.out
2320

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

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

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

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

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

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

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

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

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

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

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

1518
// RUN: %{build} -o %t.out
1619
// RUN: %{run} %t.out
1720

1821
// 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
22+
// then VNNI transform. This is currently only available on AMX and PVC
2023

21-
// XFAIL: gpu
24+
// XFAIL: arch-intel_gpu_bmg_g21
2225
// XFAIL-TRACKER: GSD-5768
2326

2427
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
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

20-
// XFAIL: gpu
20+
// XFAIL: gpu-intel-dg2 || arch-intel_gpu_bmg_g21
2121
// XFAIL-TRACKER: GSD-5768
2222

2323
#include "common.hpp"

0 commit comments

Comments
 (0)