Skip to content

Commit 71ad050

Browse files
committed
[SYCL][E2E] Disable two image tests failing in nightly
Signed-off-by: Nick Sarnie <[email protected]>
1 parent 7e25be4 commit 71ad050

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sycl/test-e2e/Basic/image/image_read.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
3+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224
24
// Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization.
35
// RUN: %{build} -O2 -o %t.out
46
// RUN: %{run} %t.out

sycl/test-e2e/Basic/image/image_sample.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
3+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224
24
// RUN: %{build} -o %t.out
35
// RUN: %{run} %t.out
46

0 commit comments

Comments
 (0)