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] Return __constant pointers from 'constant' multi_ptr
We cannot return a generic pointer like in 'global', 'local' and
'private' cases, because 'constant' and 'generic' address spaces do
not overlap.
This patch returns __constant pointer as is, and assumes that a user
have to deal with __constant pointer limitations (ie. such pointers
cannot be casted to plain (default) pointers).
Signed-off-by: Andrew Savonichev <[email protected]>
0 commit comments