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] "No last event mode" support for handler-less kernel submission
The handler-based kernel submission uses a "no last event mode" atomic
variable to mark, if the last event is recorded for the in order queue.
The handler-less submission needs to update that variable, in order
to support mixed APIs usage (handler-based and handler-less APIs,
which might require synchronization).
0 commit comments