From 22f08b2059e91fb69567c1de71985fe186db6f5d Mon Sep 17 00:00:00 2001 From: Dounia Khaldi Date: Fri, 5 Dec 2025 08:42:45 -0600 Subject: [PATCH 1/2] [E2E Tests] test fail on windows PTL and LNL --- sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp b/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp index ad7e8c1798379..58c6344a30f99 100644 --- a/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp +++ b/sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp @@ -8,6 +8,9 @@ // SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2 // UNSUPPORTED: gpu-intel-dg2 +// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || intel_gpu_lnl_m) +// XFAIL-TRACKER: CMPLRLLVM-72111 + // REQUIRES: target-spir // REQUIRES: aspect-ext_intel_matrix From 1d807552178b619ebaf110ba902483895ae5fc25 Mon Sep 17 00:00:00 2001 From: Dounia Khaldi Date: Mon, 8 Dec 2025 09:06:10 -0600 Subject: [PATCH 2/2] add element_wise_ops.cpp as it xfails on LNL for the same reason --- sycl/test-e2e/Matrix/element_wise_ops.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/Matrix/element_wise_ops.cpp b/sycl/test-e2e/Matrix/element_wise_ops.cpp index 1d5a59a1efd78..9a39cb6fa1768 100644 --- a/sycl/test-e2e/Matrix/element_wise_ops.cpp +++ b/sycl/test-e2e/Matrix/element_wise_ops.cpp @@ -7,6 +7,9 @@ //===----------------------------------------------------------------------===// // REQUIRES: target-spir +// XFAIL: windows && intel_gpu_lnl_m +// XFAIL-TRACKER: CMPLRLLVM-72111 + // REQUIRES: aspect-ext_intel_matrix // RUN: %{build} -o %t.out