Skip to content

Commit 382325d

Browse files
author
Hugh Delaney
committed
Remove comment
1 parent 245afb3 commit 382325d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/adapters/level_zero/enqueue_native.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ ur_result_t ur_queue_handle_legacy_t_::enqueueNativeCommandExp(
6161
// Execute interop func
6262
pfnNativeEnqueue(Queue, data);
6363

64-
// TODO: Level Zero does not have a completion "event" with the prefetch API,
65-
// so manually add command to signal our event.
6664
ZE2UR_CALL(zeCommandListAppendSignalEvent, (ZeCommandList, ZeEvent));
6765

6866
UR_CALL(Queue->executeCommandList(CommandList, false));

0 commit comments

Comments
 (0)