Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan.belton committed Jan 18, 2024
1 parent d3d2e99 commit d1cbb76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ __parallel_transform_reduce_mid_impl(_ExecutionPolicy&& __exec, _Size __n, _Redu
__n = __n_groups; // Number of preliminary results from the device kernel.
return __parallel_transform_reduce_work_group_kernel_submitter<
_Tp, __work_group_size, __iters_per_work_item_work_group_kernel, _Commutative, _ReduceWorkGroupKernel>()(
::std::forward<_ExecutionPolicy>(__exec), __reduce_event, __n, __reduce_op, __transform_op, __init, __scratch_container);
::std::forward<_ExecutionPolicy>(__exec), __reduce_event, __n, __reduce_op, __transform_op, __init,
__scratch_container);
}

// General implementation using a tree reduction
Expand Down

0 comments on commit d1cbb76

Please sign in to comment.