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 b45ffdb commit 9016772Copy full SHA for 9016772
level_zero/core/source/cmdqueue/cmdqueue_hw.inl
@@ -368,7 +368,7 @@ ze_result_t CommandQueueHw<gfxCoreFamily>::executeCommandLists(
368
369
for (auto i = 0u; i < numCommandLists; ++i) {
370
auto commandList = CommandList::fromHandle(phCommandLists[i]);
371
- auto cmdBufferAllocations = commandList->commandContainer.getCmdBufferAllocations();
+ auto &cmdBufferAllocations = commandList->commandContainer.getCmdBufferAllocations();
372
auto cmdBufferCount = cmdBufferAllocations.size();
373
374
auto commandListPreemption = commandList->getCommandListPreemptionMode();
0 commit comments