Skip to content

Commit 47271ff

Browse files
[SYCL][E2E] Disable/enable tests failing/passing on new Win BMG driver (#20433)
This is a cherry-pick of #20391 Passing run from runner with new driver [here](https://github.com/intel/llvm/actions/runs/18575908902/job/52961009868?pr=14114). I didn't update the runner used in live CI yet so there will be faulures because of this PR. Will update live runner before I merge this. Patch-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 72d79e7 commit 47271ff

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

sycl/test-e2e/Adapters/level_zero/queue_profiling.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: gpu, level_zero
22
// UNSUPPORTED: ze_debug
33

4+
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20385
6+
47
// RUN: %{build} -o %t.out
58
// RUN: env UR_L0_DEBUG=-1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck --check-prefixes=WITHOUT %s
69
// RUN: env UR_L0_DEBUG=-1 %{l0_leak_check} %{run} %t.out profile 2>&1 | FileCheck --check-prefixes=WITH %s

sycl/test-e2e/DeviceLib/std_complex_math_fp64_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: aspect-fp64
2-
// XFAIL: windows && arch-intel_gpu_bmg_g21
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
42
// RUN: %{build} -o %t1.out
53
// RUN: %{run} %t1.out
64

sycl/test-e2e/bindless_images/dx11_interop/read_write_unsampled.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// UNSUPPORTED-INTENDED: Unknown issue with integrated GPU failing
66
// when importing memory
77

8+
// XFAIL: windows && arch-intel_gpu_bmg_g21
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20384
10+
811
// RUN: %{build} %link-directx -o %t.out
912
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
1013

sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// UNSUPPORTED-INTENDED: Unknown issue with integrated GPU failing
66
// when importing memory
77

8+
// XFAIL: windows && arch-intel_gpu_bmg_g21
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20384
10+
811
// RUN: %{build} %link-directx -o %t.out
912
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
1013

0 commit comments

Comments
 (0)