From be9a802385cd6eeefb4dd128618af9ec09861e24 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Tue, 17 Sep 2024 04:22:54 -0700 Subject: [PATCH] [SYCL][E2E] Redisable image_array test for all GPUs https://github.com/intel/llvm/pull/15391 enabled the image_array test for all other GPU devices than Gen12. However, in post-commit the test seems to fail on arc sporadically. As such this commit disables it again. Signed-off-by: Larsen, Steffen --- sycl/test-e2e/Basic/image/image_array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Basic/image/image_array.cpp b/sycl/test-e2e/Basic/image/image_array.cpp index 132ad1cb41fa..0516f4ee3a63 100644 --- a/sycl/test-e2e/Basic/image/image_array.cpp +++ b/sycl/test-e2e/Basic/image/image_array.cpp @@ -5,7 +5,7 @@ // RUN: %{run} %t.out // See https://github.com/intel/llvm/issues/15398 -// UNSUPPORTED: gpu-intel-gen12 +// UNSUPPORTED: gpu //==------------------- image.cpp - SYCL image basic test -----------------==// //