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] Temporary store sycl::group functions result in temporary private alloca
It's a workaround for a community change, that makes sret arguments
of CallInst to be in target's alloca address space, which for us
resulted in a regression in a corner case, when an invalid AS cast from
local to private AS was inserted when a function was writing to GV in
local AS.
Signed-off-by: Sidorov, Dmitry <[email protected]>
0 commit comments