Skip to content

Commit

Permalink
include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_merge.h - …
Browse files Browse the repository at this point in the history
…fix compile error

Signed-off-by: Sergey Kopienko <[email protected]>
  • Loading branch information
SergeyKopienko committed Dec 23, 2024
1 parent def2bb6 commit 9d79209
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ struct __parallel_merge_submitter_large<_IdType, _CustomName,
});
}

template <typename _Rng1, typename _Rng2, typename _Index, typename _Compare>
template <typename _Rng1, typename _Rng2, typename _Compare>
inline static _split_point_t<_Index>
__find_start_point_w(const _Rng1& __rng1, const _Rng2& __rng2, const _split_point_t<_IdType>& __sp_left,
const _split_point_t<_IdType>& __sp_right, const _Index __i_elem, _Compare __comp)
const _split_point_t<_IdType>& __sp_right, const _IdType __i_elem, _Compare __comp)
{
return _find_start_point(__rng1, __sp_left.first, __sp_right.first, __rng2, __sp_left.second, __sp_right.second,
__i_elem, __comp);
Expand Down

0 comments on commit 9d79209

Please sign in to comment.