Skip to content

Commit

Permalink
Adjust comment to improve clarity
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Fidel <110841220+adamfidel@users.noreply.github.com>
  • Loading branch information
mmichel11 and adamfidel authored Dec 6, 2024
1 parent c641bd3 commit 18efe04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename _Name>
struct __reduce1_wrapper;

Expand Down

0 comments on commit 18efe04

Please sign in to comment.