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 5e1195e commit 071223fCopy full SHA for 071223f
source/adapters/level_zero/enqueue_native.cpp
@@ -60,6 +60,7 @@ ur_result_t ur_queue_handle_legacy_t_::enqueueNativeCommandExp(
60
}
61
62
if (!isInOrderQueue()) {
63
+ UR_CALL(Queue->executeCommandList(CommandList, false));
64
queueFinish();
65
// queue finish will execute the command list. Open it again so that
66
// `zeCommandListAppendSignalEvent` can be executed.
0 commit comments