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 a6d1ae8 commit f76aae5Copy full SHA for f76aae5
unified-runtime/source/adapters/level_zero/v2/event.cpp
@@ -402,7 +402,6 @@ urEventCreateWithNativeHandle(ur_native_handle_t hNativeEvent,
402
v2::EVENT_FLAGS_COUNTER) == 0);
403
404
*phEvent = hContext->getNativeEventsPool().allocate();
405
- ZE2UR_CALL(zeEventHostSignal, ((*phEvent)->getZeEvent()));
406
} else {
407
*phEvent = new ur_event_handle_t_(hContext, hNativeEvent, pProperties);
408
(*phEvent)->IsInteropNativeHandle = true;
0 commit comments