Add compiler mocks for new fcl interface

Signed-off-by: DmitryBushev <dmitry.bushev@intel.com>
This commit is contained in:
DmitryBushev
2021-11-30 19:50:57 +03:00
committed by Compute-Runtime-Automation
parent f7a5d29085
commit b61d213f4f

View File

@@ -334,6 +334,12 @@ IGC::OclTranslationOutputBase *CIF_GET_INTERFACE_CLASS(FclOclTranslationCtx, 1):
return nullptr;
}
void CIF_GET_INTERFACE_CLASS(FclOclTranslationCtx, 2)::GetFclOptions(CIF::Builtins::BufferSimple *options) {
}
void CIF_GET_INTERFACE_CLASS(FclOclTranslationCtx, 2)::GetFclInternalOptions(CIF::Builtins::BufferSimple *internalOptions) {
}
// MockFclOclDeviceCtx
FclOclDeviceCtx<0>::~FclOclDeviceCtx() {}