Skip to content

Commit 852a5fe

Browse files
authored
[SYCL][ESIMD][E2E] Fix Arc postcommit (#12115)
The tests will fail if they actually run, but the driver used in CI is old enough to hit the runtime driver check so they return as passed before actually doing anything. Just mark them as unsupported for now to simplify things. We already have an internal tracker for the root issue. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 3726e0d commit 852a5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/ESIMD/unified_memory_api/block_store_slm_acc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//==----------------------------------------------------------==//
88
// TODO: Enable after driver bug is fixed
9-
// XFAIL: gpu-intel-dg2
9+
// UNSUPPORTED: gpu-intel-dg2
1010

1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out

sycl/test-e2e/ESIMD/unified_memory_api/block_store_slm_acc_dg2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//==------------------------------------------------------------==//
88
// TODO: Enable after driver bug is fixed
9-
// XFAIL: *
9+
// UNSUPPORTED: gpu-intel-dg2
1010

1111
// REQUIRES: gpu-intel-dg2
1212

0 commit comments

Comments
 (0)