Skip to content

Commit 5579415

Browse files
authored
[SYCL][E2E] Disable two image tests failing in nightly (#20841)
Ex: https://github.com/intel/llvm/actions/runs/19951692323/job/57213956594 Signed-off-by: Nick Sarnie <[email protected]>
1 parent 3eaabec commit 5579415

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)