llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Preserve in-order queue dependency chain between usm & host tasks

Open againull opened this issue 3 years ago • 0 comments

Currently last event is not updated for usm commands, so dependency chain is incorrect if usm commands are interleaved with host tasks. Also we need to wait if the last event is associated with host task before submitting usm command.

E2E test: https://github.com/intel/llvm-test-suite/pull/1283

againull avatar Sep 21 '22 21:09 againull