Skip to content

Commit 8fec832

Browse files
authored
[SYCL][E2E][Matrix] Restrict XFAIL in some tests to DG2 (#17639)
XPASSing in [nightly](https://github.com/intel/llvm/actions/runs/14050841978) but failing in pre/postcommit, make them XFAIL only where they actually fail. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1cd73d9 commit 8fec832

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

-3
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_int8_colmajorA_colmajorB.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
// This tests support of col major layout for matrix B which does transpose and
1919
// then VNNI transform. This is currently only available on AMX
2020

21-
// XFAIL: gpu
21+
// XFAIL: arch-intel_gpu_bmg_g21
2222
// XFAIL-TRACKER: GSD-5768
2323

24+
// UNSUPPORTED: gpu-intel-dg2
25+
// UNSUPPORTED-INTENDED: SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
26+
2427
#include "common.hpp"
2528

2629
using namespace sycl;

sycl/test-e2e/Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// This tests support of col major layout for matrix B which does transpose and
1818
// then VNNI transform. This is currently only available on AMX
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)