diff --git a/sycl/test-e2e/Basic/image/image_read.cpp b/sycl/test-e2e/Basic/image/image_read.cpp index 2bd62a6ad0890..0a09755103d18 100644 --- a/sycl/test-e2e/Basic/image/image_read.cpp +++ b/sycl/test-e2e/Basic/image/image_read.cpp @@ -1,4 +1,6 @@ // REQUIRES: aspect-ext_intel_legacy_image +// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224 // Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization. // RUN: %{build} -O2 -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/Basic/image/image_sample.cpp b/sycl/test-e2e/Basic/image/image_sample.cpp index 22d59061b7a90..8d136be0744f6 100644 --- a/sycl/test-e2e/Basic/image/image_sample.cpp +++ b/sycl/test-e2e/Basic/image/image_sample.cpp @@ -1,4 +1,6 @@ // REQUIRES: aspect-ext_intel_legacy_image +// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224 // RUN: %{build} -o %t.out // RUN: %{run} %t.out