Skip to content

Commit

Permalink
Use __dpl_sycl accessor in single pass scan (#1876)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
  • Loading branch information
danhoeflinger authored and mmichel11 committed Sep 25, 2024
1 parent 0fc6f60 commit e4b40a5
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 e4b40a5

Please sign in to comment.