Skip to content

Commit 3c7762a

Browse files
[SYCL][E2E] Disable Matrix/XMX8/element_wise_all_sizes.cpp on DG2 (#11934)
This commit disables the Matrix/XMX8/element_wise_all_sizes.cpp on DG2. It was already known to fail, but has also been seen to regularly time out in CI. --------- Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 4a8d527 commit 3c7762a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sycl/test-e2e/Matrix/XMX8/element_wise_all_sizes.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-xmx8
9-
// XFAIL: gpu-intel-dg2
9+
10+
// TODO: Currently fails and regularly times out on DG2. Re-enable when this has
11+
// been addressed.
12+
// UNSUPPORTED: gpu-intel-dg2
1013

1114
// RUN: %{build} -o %t.out
1215
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)