diff --git a/unified-runtime/source/adapters/level_zero/queue.cpp b/unified-runtime/source/adapters/level_zero/queue.cpp index da900b3ce5a64..93f024d040058 100644 --- a/unified-runtime/source/adapters/level_zero/queue.cpp +++ b/unified-runtime/source/adapters/level_zero/queue.cpp @@ -1318,7 +1318,6 @@ ur_queue_handle_t_::executeCommandList(ur_command_list_ptr_t CommandList, if (CommandList->second.size() < CommandBatch.QueueBatchSize) { CommandBatch.OpenCommandList = CommandList; - return UR_RESULT_SUCCESS; } adjustBatchSizeForFullBatch(UseCopyEngine);