Move enqueue blit logic to enqueueHandler

Change-Id: Ibbad22906387c15243708d37b272601f4734697d
Related-To: NEO-3020
This commit is contained in:
Dunajski, Bartosz
2019-07-03 09:30:30 +02:00
committed by sys_ocldev
parent 4403796f58
commit 0a8a77d47c
43 changed files with 227 additions and 195 deletions

View File

@@ -231,7 +231,8 @@ HWTEST_F(ParentKernelCommandStreamFixture, GivenDispatchInfoWithParentKernelWhen
size_t totalKernelSize = alignUp(numOfKernels * size, MemoryConstants::pageSize);
LinearStream &commandStream = getCommandStream<FamilyType, CL_COMMAND_NDRANGE_KERNEL>(*pCmdQ, CsrDependencies(), false, false, multiDispatchInfo, nullptr, 0);
LinearStream &commandStream = getCommandStream<FamilyType, CL_COMMAND_NDRANGE_KERNEL>(*pCmdQ, CsrDependencies(), false, false,
false, multiDispatchInfo, nullptr, 0);
EXPECT_LT(totalKernelSize, commandStream.getMaxAvailableSpace());