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][Graph][UR] Elide second barrier in finalizeCommandBuffer when possible (#20278)
Currently when finalizing an out-of-order command buffer, there are two
barriers:
1. An initial barrier before all of the event resets for the sync points
2. A final barrier after all of the event resets for the sync points
However, when there are no sync points, then the second barrier is
unnecessary. This PR removes the second barrier when there are no sync
points.
---------
Co-authored-by: Pablo Reble <[email protected]>
0 commit comments