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 review comment

Signed-off-by: Sergey Kopienko <[email protected]>
  • Loading branch information
SergeyKopienko committed Dec 19, 2024
1 parent 6dca367 commit 2c09ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ template <>
constexpr std::size_t
__get_starting_size_limit_for_large_submitter<int>()
{
return 16 * 1'048'576; // 8 MB
return 16 * 1'048'576; // 16 MB
}

template <typename _ExecutionPolicy, typename _Range1, typename _Range2, typename _Range3, typename _Compare>
Expand Down

0 comments on commit 2c09ccf

Please sign in to comment.