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] Add LIT regression test for ambiguous call to memcpy (#14995)
`detail::memcpy`, even though in a different namespace, can cause
ambiguity with libc's memcpy, due to argument dependent lookup (ADL).
This compile-only
test checks for ambiguity in call to `detail::memcpy`.
As discussed in
#14836 (comment)
---------
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
0 commit comments