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
Commits 57fd86d (https://reviews.llvm.org/D77119) and
4eaf584 (https://reviews.llvm.org/D111566) set
address space of function pointers unconditionally to program
address space.
A follow-up commit ed5b42b (https://reviews.llvm.org/D119045)
modified the code to retain explicitly specified address spaces
for function pointer. This introduced a regression in cases where
function pointers were captured as kernel arguments, since openCL
kernel generation sets global address space explicitly to all
pointers. This patch reverts the behavior for function pointers
captured as kernel arguments.
Signed-off-by: Elizabeth Andrews <[email protected]>
0 commit comments