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 2bf09b9 commit c6b6dddCopy full SHA for c6b6ddd
unified-runtime/source/adapters/level_zero/kernel.cpp
@@ -233,7 +233,7 @@ ur_result_t urEnqueueKernelLaunch(
233
static thread_local uint32_t CleanupCounter = 0;
234
if ((++CleanupCounter & 127) == 0) {
235
if (Queue->UsingImmCmdLists) {
236
- UR_CALL(CleanupEventsInImmCmdLists(Queue, false /*QueueLocked*/,
+ UR_CALL(CleanupEventsInImmCmdLists(Queue, true /*QueueLocked*/,
237
false /*QueueSynced*/,
238
nullptr /*CompletedEvent*/));
239
} else {
0 commit comments