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
[UR] SuccessGlobalMemoryFreeSize test updated to check once (#18093)
This test checked that two successive calls to
`urDeviceGetInfo(UR_DEVICE_INFO_GLOBAL_MEM_FREE)` return the same value.
This doesn't make sense as allocations (perhaps from other processes or
threads) can happen or be freed between the calls.
Instead we only check to see that a value has been written.
0 commit comments