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] Resolve namespace ambiguity in this_id, this_item, and this_group (#5375)
Since the `detail` namespace appears in both the `sycl` namespace and in
the `sycl::ext::oneapi::experimental` namespace, the implementation of
`sycl::ext::oneapi::experimental::this_id`,
`sycl::ext::oneapi::experimental::this_item`, and
`sycl::ext::oneapi::experimental::this_group` may fail due to
`detail::declptr` not existing in the latter. These changes remove the
ambiguity.
Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
0 commit comments