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
dpctl.tensor.Device keeps and uses cache for mapping unpartitioned devices to queues
As a result of this `X = dpt.empty((10,), device="gpu")` and `Y=dpt.empty((10,), device="gpu")`
would have the same associated queue, i.e. `X.sycl_queue is Y.sycl_queue` would give True
0 commit comments