Skip to content

Commit 1052d94

Browse files
committed
disable tests
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 00fa6e6 commit 1052d94

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

sycl/test-e2e/KernelAndProgram/persistent-cache-multi-device.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// XFAIL: spirv-backend && run-mode
1010
// XFAIL-TRACKER: CMPLRLLVM-64705
1111

12+
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev && run-mode
13+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17453
14+
1215
// Test checks that persistent cache works correctly with multiple devices.
1316

1417
#include <sycl/detail/core.hpp>

sycl/test-e2e/ProgramManager/multi_device_bundle/build_twice.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// XFAIL: spirv-backend && run-mode
1111
// XFAIL-TRACKER: CMPLRLLVM-64705
1212

13+
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev && run-mode
14+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17453
15+
1316
#include <sycl/detail/core.hpp>
1417
#include <sycl/kernel_bundle.hpp>
1518

sycl/test-e2e/ProgramManager/multi_device_bundle/device_libs_and_caching.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
// XFAIL: spirv-backend && run-mode
3333
// XFAIL-TRACKER: CMPLRLLVM-64705
3434

35+
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev && run-mode
36+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17453
37+
3538
#include <cmath>
3639
#include <complex>
3740
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)