We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7130a commit e2889b3Copy full SHA for e2889b3
sycl/include/sycl/handler.hpp
@@ -699,8 +699,7 @@ class __SYCL_EXPORT handler {
699
&Arg) {
700
addArg(detail::kernel_param_kind_t::kind_work_group_memory, &Arg,
701
detail::getWorkGroupMemoryOwnSize(
702
- static_cast<ext::oneapi::experimental::work_group_memory<
703
- DataT, PropertyListT> *>(Arg)),
+ static_cast<detail::work_group_memory_impl *>(&Arg)),
704
ArgIndex);
705
}
706
0 commit comments