From 622549a51295e5cc155b8464581341ce879c0804 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Fri, 10 Jan 2025 07:09:39 -0800 Subject: [PATCH 1/2] [SYCL][E2E] Disable fill_any_size.cpp on FPGA Signed-off-by: Sarnie, Nick --- sycl/test-e2e/USM/fill_any_size.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/USM/fill_any_size.cpp b/sycl/test-e2e/USM/fill_any_size.cpp index 101802324c22..0c209e099e0d 100644 --- a/sycl/test-e2e/USM/fill_any_size.cpp +++ b/sycl/test-e2e/USM/fill_any_size.cpp @@ -3,6 +3,9 @@ // clang-format off // UNSUPPORTED: (opencl && cpu) // UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440 + +// UNSUPPORTED: accelerator +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16589 // clang-format on /** From 8885b0d7bfd822b8e7883d0c513e796ffb99492b Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Fri, 10 Jan 2025 08:09:26 -0800 Subject: [PATCH 2/2] use existing tracker Signed-off-by: Sarnie, Nick --- sycl/test-e2e/USM/fill_any_size.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sycl/test-e2e/USM/fill_any_size.cpp b/sycl/test-e2e/USM/fill_any_size.cpp index 0c209e099e0d..27994650fc60 100644 --- a/sycl/test-e2e/USM/fill_any_size.cpp +++ b/sycl/test-e2e/USM/fill_any_size.cpp @@ -1,11 +1,8 @@ // RUN: %{build} -o %t1.out // RUN: %{run} %t1.out // clang-format off -// UNSUPPORTED: (opencl && cpu) +// UNSUPPORTED: (opencl && cpu) || accelerator // UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440 - -// UNSUPPORTED: accelerator -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16589 // clang-format on /**