Skip to content

Commit

Permalink
Update include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Miller <julian.miller@intel.com>
  • Loading branch information
SergeyKopienko and julianmi authored Jul 8, 2024
1 parent 8d1a913 commit 3168259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ __parallel_find_or(oneapi::dpl::__internal::__device_backend_tag, _ExecutionPoli

// 3. Reduce over group: find __dpl_sycl::__minimum (for the __parallel_find_forward_tag),
// find __dpl_sycl::__maximum (for the __parallel_find_backward_tag)
// or calculate the sum with __dpl_sycl::__plus (for the __parallel_or_tag)
// or update state with __dpl_sycl::__bit_or (for the __parallel_or_tag)
// inside all our group items
__found_local = __dpl_sycl::__reduce_over_group(__item_id.get_group(), __found_local,
typename _BrickTag::_LocalResultsReduceOp{});
Expand Down

0 comments on commit 3168259

Please sign in to comment.