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] Use decorated pointer in device_global (#7796)
device_global without device_image_scope currently use an undecorated
pointer for its underlying type, but we know that the pointer will be to
the global memory space. This commit changes the underlying member for
device_global with device_image_scope to be a decorated pointer and
changes the get_multi_ptr member function to create the multi_ptr
directly from the decorated pointer instead of performing unnecessary
address space casts.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments