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] Fix calculation of unreleased events in a pool (#4730)
Before the change number of unreleased events was set to the maximum at
event pool creation and then only decremented at the moment when event
from the pool is released. This is not correct for the case when pool
is not completely full.
Patch fixes calculation of unreleased events in a pool.
Signed-off-by: Artur Gainullin <[email protected]>
0 commit comments