Skip to content

Commit 1091a5d

Browse files
Jaime ArteagaCompute-Runtime-Automation
authored andcommitted
Extend kernel encoder interface test
Signed-off-by: Jaime Arteaga <[email protected]>
1 parent bddc63e commit 1091a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/test/unit_test/mocks/mock_dispatch_kernel_encoder_interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ MockDispatchKernelEncoder::MockDispatchKernelEncoder() {
2020

2121
EXPECT_CALL(*this, getCrossThreadData).WillRepeatedly(Return(dataCrossThread));
2222
EXPECT_CALL(*this, getPerThreadData).WillRepeatedly(Return(dataPerThread));
23+
EXPECT_CALL(*this, getSlmPolicy()).WillRepeatedly(::testing::Return(SlmPolicy::SlmPolicyNone));
2324

2425
groupSizes[0] = 32u;
2526
groupSizes[1] = groupSizes[2] = 1;

0 commit comments

Comments
 (0)