Skip to content

Commit

Permalink
use __dpl_sycl accessor
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Sep 24, 2024
1 parent df8fc07 commit 5599074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/experimental/kt/single_pass_scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ struct __lookback_submitter<__data_per_workitem, __workgroup_size, _Type, _FlagT
_StatusValues&& __status_vals_full, _StatusValues&& __status_vals_partial,
std::size_t __current_num_items) const
{
using _LocalAccessorType = sycl::local_accessor<_Type, 1>;
using _LocalAccessorType = __dpl_sycl::__local_accessor<_Type, 1>;
using _KernelFunc =
__lookback_kernel_func<__data_per_workitem, __workgroup_size, _Type, _FlagType, std::decay_t<_InRng>,
std::decay_t<_OutRng>, std::decay_t<_BinaryOp>, std::decay_t<_StatusFlags>,
Expand Down

0 comments on commit 5599074

Please sign in to comment.