llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] optimize wait() for in-order queue

Open igchor opened this issue 5 months ago • 2 comments

This shortens the critical section for in-order and out-of-order cases and avoids taking the lock entirely is MNoEventMode is set.

igchor avatar May 23 '25 19:05 igchor