From 243eeccd3fbc1eae72bfc1f82004f35ee1a40461 Mon Sep 17 00:00:00 2001 From: Martin Morrison-Grant Date: Wed, 23 Apr 2025 11:23:25 +0100 Subject: [PATCH] Re-enable test-e2e/USM/fill_any_size.cpp for OpenCL as it now passes. --- sycl/test-e2e/USM/fill_any_size.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/USM/fill_any_size.cpp b/sycl/test-e2e/USM/fill_any_size.cpp index 037ac4b884cae..43ef883cdde35 100644 --- a/sycl/test-e2e/USM/fill_any_size.cpp +++ b/sycl/test-e2e/USM/fill_any_size.cpp @@ -1,8 +1,6 @@ // RUN: %{build} -o %t1.out // RUN: %{run} %t1.out // clang-format off -// UNSUPPORTED: opencl -// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440 // clang-format on /**