mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Add compiler mocks for new fcl interface
Signed-off-by: DmitryBushev <dmitry.bushev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f7a5d29085
commit
b61d213f4f
@@ -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() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user