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 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