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] Reduce overhead of root device search (#17849)
The change reduces the overhead of a root device search, if the given
device is already a root device. It also removes the unnecessary UR call
and shared_ptr copy in such a case.
0 commit comments