From 18efe04515d9adbc8312eba6bf07cbf38ce48307 Mon Sep 17 00:00:00 2001 From: Matthew Michel <106704043+mmichel11@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:27:59 -0600 Subject: [PATCH] Adjust comment to improve clarity Co-authored-by: Adam Fidel <110841220+adamfidel@users.noreply.github.com> --- include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h b/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h index 1d10b8ac29b..e9e3d8e16a8 100644 --- a/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h +++ b/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h @@ -2336,11 +2336,11 @@ __parallel_partial_sort(oneapi::dpl::__internal::__device_backend_tag __backend_ //------------------------------------------------------------------------ // reduce_by_segment - sync pattern -//------------------------------------------------------------------------ - +// // TODO: The non-identity fallback path of reduce-by-segment must currently be implemented synchronously due to the // inability to create event dependency chains across separate parallel pattern calls. If we ever add support for // cross parallel pattern dependencies, then we can implement this as an async pattern. +//------------------------------------------------------------------------ template struct __reduce1_wrapper;