Skip to content

Commit dbe1779

Browse files
Add compiler mocks for new fcl interface
Signed-off-by: DmitryBushev <[email protected]>
1 parent dabbabd commit dbe1779

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shared/test/common/mocks/mock_compilers.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,12 @@ IGC::OclTranslationOutputBase *CIF_GET_INTERFACE_CLASS(FclOclTranslationCtx, 1):
334334
return nullptr;
335335
}
336336

337+
void CIF_GET_INTERFACE_CLASS(FclOclTranslationCtx, 2)::GetFclOptions(CIF::Builtins::BufferSimple *options) {
338+
}
339+
340+
void CIF_GET_INTERFACE_CLASS(FclOclTranslationCtx, 2)::GetFclInternalOptions(CIF::Builtins::BufferSimple *internalOptions) {
341+
}
342+
337343
// MockFclOclDeviceCtx
338344
FclOclDeviceCtx<0>::~FclOclDeviceCtx() {}
339345

0 commit comments

Comments
 (0)