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
[L0] Fix Event Memory Leak due to no destroy on delete
- Given Internal Event that is not cached we must destroy the ze event
at handle destroy. This can only occur if the associated queue does
not have discard events enabled.
- during context release and when event caching is disabled, the destroy
sets the event handle to nullptr to avoid double cleanup.
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
0 commit comments