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 context creation is an expensive operation and should be avoided if possible. For this reason, dpctl should cache a default or primary context per device and use that context for queue creation on that device.