Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Contributor

@YixingZhang007 YixingZhang007 Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both the Matrix/SG32/get_coordinate_ops.cpp and Matrix/element_wise_ops.cpp SYCL E2E tests appear to be passing when I run them on LNL Windows machine with driver version 20251112_160000 (Details can be found at Jira issue CMPLRLLVM-71724). I guess we might consider waiting for the confirmation from @wanyaman before making changes to these two tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed that the test still failed in 1206 Xmain nightly testing.
The driver version for reproducing this issue is IGFX: 101.8247.

// XFAIL-TRACKER: CMPLRLLVM-72111

// REQUIRES: target-spir

// REQUIRES: aspect-ext_intel_matrix
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Matrix/element_wise_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading