Skip to content

Commit

Permalink
[oneDPL][ranges] + typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy committed Dec 27, 2024
1 parent ed5f8aa commit 3c45e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ struct __parallel_merge_submitter<_IdType, __internal::__optional_kernel_name<_N
__result_and_scratch_storage_t __result_storage{__exec, 1, 0};

auto __event = __exec.queue().submit(
[&__rng1, &__rng2, &__rng3, &__result_storage, __comp, __chunk, __steps, __n1, __n2](sycl::handler& __cgh) {
[&__rng1, &__rng2, &__rng3, &__result_storage, __comp, __chunk, __steps, __n, __n1, __n2](sycl::handler& __cgh) {
oneapi::dpl::__ranges::__require_access(__cgh, __rng1, __rng2, __rng3);
auto __result_acc = __result_storage.template __get_result_acc<sycl::access_mode::write>(__cgh, __dpl_sycl::__no_init{});

Expand Down

0 comments on commit 3c45e35

Please sign in to comment.