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] Replace constant address space with global (#576)
Current implementation of address spaces handling leads to possibility
of emitting incorrect (in terms of OpenCL) address space casts from
constant to generic (and vise-versa). So, we use global address space
instead of constant to implement constant_ptr to avoid incorrect address
space casts in the generated device code.
Signed-off-by: Mariya Podchishchaeva <[email protected]>
0 commit comments