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 071223f commit 352015fCopy full SHA for 352015f
source/adapters/level_zero/enqueue_native.cpp
@@ -69,7 +69,7 @@ ur_result_t ur_queue_handle_legacy_t_::enqueueNativeCommandExp(
69
}
70
ScopedCommandList Active{Queue, CommandList->first};
71
72
- // Execute interop func
+ // Call interop func which enqueues native async work
73
pfnNativeEnqueue(Queue, data);
74
75
if (!isInOrderQueue()) {
0 commit comments