You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Fix the error with namespaces caused during rebase of #4014 (#4151)
During rebase of #4014 one of calls to
ONEAPI::detail::reduSaveFinalResultToUserMem was left as is,
while the implementation was moved to ext::oneapi::detail namespace.
That caused errors during compilation of parallel_for(range,reduction,func)
Fixed it here.
Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>
0 commit comments