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][NFC] Avoid unnecessary calls to event-related functions (#20163)
Due to an inefficiency in how the event-related functions are called,
there is overhead even if the events vector is empty. This is a
temporary fix, to avoid the call if not needed.
0 commit comments