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
// Map the result back to the program devices. UR provides the following guarantee:
186
+
// > The order of the devices is guaranteed (i.e., the same as queried by urDeviceGet) by the UR within a single application even if the runtime is reinitialized.
186
187
for (size_t idx = 0; idx < URDevices.size(); ++idx) {
0 commit comments