Move grf size to HwInfo

Change-Id: I65ee879644573586d63092b487f8b5ea0cedf1e3
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2019-12-17 08:55:09 +01:00
committed by sys_ocldev
parent 2b0db66c52
commit 8803b4cd4e
31 changed files with 181 additions and 102 deletions

View File

@@ -712,7 +712,6 @@ HWTEST_F(DispatchWalkerTest, GivenBlockedQueueWhenDispatchingWalkerThenRequiredH
cl_uint dimensions = 1;
auto blockedCommandsData = createBlockedCommandsData(*pCmdQ);
DispatchInfo dispatchInfo(const_cast<MockKernel *>(&kernel), dimensions, workItems, workGroupSize, globalOffsets);
MultiDispatchInfo multiDispatchInfo(&kernel);
multiDispatchInfo.push(dispatchInfo);