Skip to content

Commit

Permalink
reverting formatting only changes
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Aug 6, 2024
1 parent fc43983 commit 229dad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ struct __parallel_transform_scan_static_single_group_submitter<_Inclusive, _Elem
}
}

__scan_work_group<_ValueType, _Inclusive>(__group, __lacc_ptr, __lacc_ptr + __n, __lacc_ptr,
__bin_op, __init);
__scan_work_group<_ValueType, _Inclusive>(__group, __lacc_ptr, __lacc_ptr + __n,
__lacc_ptr, __bin_op, __init);

if constexpr (__can_use_subgroup_load_store)
{
Expand Down Expand Up @@ -617,7 +617,7 @@ struct __parallel_copy_if_static_single_group_submitter<_Size, _ElemsPerItem, _W

__scan_work_group<_ValueType, /* _Inclusive */ false>(
__group, __lacc_ptr, __lacc_ptr + __elems_per_wg, __lacc_ptr + __elems_per_wg, __bin_op,
__init);
__init);

for (::std::uint16_t __idx = __item_id; __idx < __n; __idx += _WGSize)
{
Expand Down

0 comments on commit 229dad6

Please sign in to comment.