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] Use per-kernel mutex for interop kernel enqueue (#8165)
Switch from using a single mutex to one per kernel when enqueueing
interoperability kernels. Compared to the original solution (#8111),
this allows to enqueue different interop SYCL kernels in parallel, but
leaves out an edge case where two SYCL kernels were created with the
same native handle.
0 commit comments