Skip to content

Commit 352015f

Browse files
author
Hugh Delaney
committed
Update comment
Clarify wording in comment.
1 parent 071223f commit 352015f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/enqueue_native.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ur_result_t ur_queue_handle_legacy_t_::enqueueNativeCommandExp(
6969
}
7070
ScopedCommandList Active{Queue, CommandList->first};
7171

72-
// Execute interop func
72+
// Call interop func which enqueues native async work
7373
pfnNativeEnqueue(Queue, data);
7474

7575
if (!isInOrderQueue()) {

0 commit comments

Comments
 (0)