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 245afb3 commit 382325dCopy full SHA for 382325d
source/adapters/level_zero/enqueue_native.cpp
@@ -61,8 +61,6 @@ ur_result_t ur_queue_handle_legacy_t_::enqueueNativeCommandExp(
61
// Execute interop func
62
pfnNativeEnqueue(Queue, data);
63
64
- // TODO: Level Zero does not have a completion "event" with the prefetch API,
65
- // so manually add command to signal our event.
66
ZE2UR_CALL(zeCommandListAppendSignalEvent, (ZeCommandList, ZeEvent));
67
68
UR_CALL(Queue->executeCommandList(CommandList, false));
0 commit comments