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] Expand device_global map and make initialization order agnostic (#5902)
This commit makes the following changes:
* Adds the unique identifier to the device_global map entries.
* Makes the map of USM allocations for device_globals private and
add context to the map key.
* Makes the order of initialization of device_global entries in the map
order agnostic, i.e. the runtime will not care if the integration
header or the device-image initialization happens first.
* Fixes the export of the `add` function for the map, as used by the
integration header.
Signed-off-by: Steffen Larsen <[email protected]>
0 commit comments