We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd8794 commit 3756b45Copy full SHA for 3756b45
source/adapters/level_zero/event.cpp
@@ -1114,7 +1114,6 @@ ur_result_t urEventReleaseInternal(ur_event_handle_t Event) {
1114
// enabled or not, so we access properties of the queue and that's why queue
1115
// must released later.
1116
if (DisableEventsCaching || !Event->OwnNativeHandle) {
1117
- ZE_CALL_NOCHECK(zeEventDestroy, (Event->ZeEvent));
1118
delete Event;
1119
} else {
1120
Event->Context->addEventToContextCache(Event);
0 commit comments