Skip to content

Commit

Permalink
@@@ fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kopienko committed Mar 20, 2024
1 parent c6924dd commit 05797e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/oneapi/dpl/pstl/hetero/histogram_impl_hetero.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ __pattern_histogram(__hetero_tag<_BackendTag>, _ExecutionPolicy&& __exec, _Rando
//fill histogram bins with zeros

auto __init_event = oneapi::dpl::__par_backend_hetero::__parallel_for(
_BackendTag{},
oneapi::dpl::__par_backend_hetero::make_wrapped_policy<__hist_fill_zeros_wrapper>(__exec),
unseq_backend::walk_n<_ExecutionPolicy, decltype(__fill_func)>{__fill_func}, __num_bins, __bins);

Expand Down

0 comments on commit 05797e1

Please sign in to comment.