mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
Revert async Event destruction
This revertsf9a5f8a86eandf89c731a11Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
268393d776
commit
83a9037640
@@ -2159,7 +2159,6 @@ cl_int CL_API_CALL clReleaseEvent(cl_event event) {
|
||||
DBG_LOG_INPUTS("cl_event", event, "Event", pEvent);
|
||||
|
||||
if (pEvent) {
|
||||
pEvent->handleCompletionBeforeDestruction();
|
||||
pEvent->release();
|
||||
TRACING_EXIT(clReleaseEvent, &retVal);
|
||||
return retVal;
|
||||
|
||||
Reference in New Issue
Block a user