Skip to content

Commit

Permalink
Final remove of extra changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Kopienko <[email protected]>
  • Loading branch information
SergeyKopienko committed Dec 20, 2024
1 parent 63797c8 commit e55ee66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ struct __parallel_merge_submitter<_IdType, __internal::__optional_kernel_name<_M
const _IdType __i_elem = __item_id.get_linear_id() * __chunk;
const auto __start =
__find_start_point(__rng1, _IdType{0}, __n1, __rng2, _IdType{0}, __n2, __i_elem, __comp);
__serial_merge(__rng1, __rng2, __rng3, __start.first, __start.second, __i_elem, __chunk, __n1,
__n2, __comp);
__serial_merge(__rng1, __rng2, __rng3, __start.first, __start.second, __i_elem, __chunk, __n1, __n2,
__comp);
});
});
// We should return the same thing in the second param of __future for compatibility
Expand Down

0 comments on commit e55ee66

Please sign in to comment.