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] Align USM buffer location implementation for malloc_device with malloc_shared (#6269)
Use the same call to USMDeviceAlloc with an empty property list in all
cases, to allow for straight-forward extension with future properties.
Query buffer location extension only if buffer location property is passed.
This amends #5634
See also #6220
0 commit comments