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 comments in __parallel_merge_submitter_large::operator()

Signed-off-by: Sergey Kopienko <[email protected]>
  • Loading branch information
SergeyKopienko committed Dec 19, 2024
1 parent 20e6bc5 commit 333ada9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ struct __parallel_merge_submitter_large<_IdType, _CustomName,
new __result_and_scratch_storage<_ExecutionPolicy, _split_point_t<_IdType>>(
__exec, 0, __nd_range_params.base_diag_count + 1);

// Save raw-pointer into shared_ptr for return it in __future to exted life-time of the storage
// Save raw-pointer into shared_ptr for return it in __future to extend life-time of the storage
__result_and_scratch_storage_base_ptr __p_result_and_scratch_storage_base(
static_cast<__result_and_scratch_storage_base*>(__p_base_diagonals_sp_global_storage));

Expand Down

0 comments on commit 333ada9

Please sign in to comment.