Extend kernel encoder interface test

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2020-12-17 10:46:21 -08:00
committed by Compute-Runtime-Automation
parent bddc63e8bd
commit 1091a5d78b

View File

@@ -20,6 +20,7 @@ MockDispatchKernelEncoder::MockDispatchKernelEncoder() {
EXPECT_CALL(*this, getCrossThreadData).WillRepeatedly(Return(dataCrossThread));
EXPECT_CALL(*this, getPerThreadData).WillRepeatedly(Return(dataPerThread));
EXPECT_CALL(*this, getSlmPolicy()).WillRepeatedly(::testing::Return(SlmPolicy::SlmPolicyNone));
groupSizes[0] = 32u;
groupSizes[1] = groupSizes[2] = 1;