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 handler::copy(acc, ptr) and handler::copy(ptr, acc) (#1684)
This patch fixes the cases when the memory referenced by a pointer
is either 'const void *' or 'void *'.
It also fixes handler::copy(ptr, acc) where 'acc' accesses elements
having type with const qualifier.
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
0 commit comments