Skip to content

Commit e2889b3

Browse files
committed
Final fixes
1 parent ac7130a commit e2889b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,7 @@ class __SYCL_EXPORT handler {
699699
&Arg) {
700700
addArg(detail::kernel_param_kind_t::kind_work_group_memory, &Arg,
701701
detail::getWorkGroupMemoryOwnSize(
702-
static_cast<ext::oneapi::experimental::work_group_memory<
703-
DataT, PropertyListT> *>(Arg)),
702+
static_cast<detail::work_group_memory_impl *>(&Arg)),
704703
ArgIndex);
705704
}
706705

0 commit comments

Comments
 (0)