mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Adding mock for IGC::TranslateImpl2
Change-Id: I41507ade6391b62627bbb70082c101b2ef58ad14
This commit is contained in:
committed by
sys_ocldev
parent
d36899687c
commit
c46f716d6c
@@ -256,6 +256,17 @@ OclTranslationOutputBase *CIF_GET_INTERFACE_CLASS(IgcOclTranslationCtx, 1)::Tran
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
OclTranslationOutputBase *CIF_GET_INTERFACE_CLASS(IgcOclTranslationCtx, 2)::TranslateImpl(
|
||||
CIF::Version_t outVersion,
|
||||
CIF::Builtins::BufferSimple *src,
|
||||
CIF::Builtins::BufferSimple *options,
|
||||
CIF::Builtins::BufferSimple *internalOptions,
|
||||
CIF::Builtins::BufferSimple *tracingOptions,
|
||||
uint32_t tracingOptionsCount,
|
||||
void *gtPinInput) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// OclTranslationOutput
|
||||
OclTranslationOutput<0>::~OclTranslationOutput() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user