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] Add sync for host task after barrier (#15345)
PR includes the following fixes:
* When submitting a command to an out-of-order queue we don't need to
add the dependency from the last barrier to the scheduler if command is
enqueued via UR because that means that UR backend will take care of the
command from barrier.
* We used to update the last barrier only if barrier which is being
submitted to the sycl::queue is not enqueued to the backend which is not
correct, because there might be host tasks following that barrier which
have to depend on it.
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
0 commit comments