Closed mmoadeli closed 1 year ago
@aelovikov-intel, thanks for the comments. An argument of async_work_group_copy is local_ptr
An argument of async_work_group_copy is local_ptr
In the specification or in the implementation? Because per the spec at https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#table.members.nditem, all of the overloads have some kind of decorated_*_ptr
which is a multi_ptr
with decorated::yes
template parameter while local_ptr
's default value is legacy
.
Reflect updates to get_pointer return type to relevant tests. https://github.com/intel/llvm/pull/8493/