Skip to content

Commit 2ef786e

Browse files
authored
[SYCL][E2E] Disable tests failing on new Win driver (#20862)
#20861 It will XPASS here because we're not using the new driver yet, but I will merge and update the driver at the same time. Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent 765c420 commit 2ef786e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/Basic/large-range.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{build} -fno-sycl-id-queries-fit-in-int -O2 -o %t.out
33
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %{run} %t.out
44

5+
// XFAIL: windows && arch-intel_gpu_bmg_g21
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20861
7+
58
#include <numeric>
69
#include <sycl/atomic_ref.hpp>
710
#include <sycl/detail/core.hpp>

sycl/test-e2e/Regression/barrier_with_work.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// UNSUPPORTED: linux && (gpu-intel-dg2 || arch-intel_gpu_bmg_g21 || arch-intel_gpu_pvc) && !igc-dev
1010
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20600
1111
//
12+
// XFAIL: windows && arch-intel_gpu_bmg_g21
13+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20861
14+
//
1215
// Tests that barriers block all following execution on queues with active work.
1316
// For L0 we currently need to set
1417
// SYCL_PI_LEVEL_ZERO_USE_MULTIPLE_COMMANDLIST_BARRIERS to enable fix on certain

0 commit comments

Comments
 (0)