mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Extend kernel encoder interface test
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bddc63e8bd
commit
1091a5d78b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user