Adding mock for IGC::TranslateImpl2

Change-Id: I41507ade6391b62627bbb70082c101b2ef58ad14
This commit is contained in:
Chodor, Jaroslaw
2018-06-07 14:36:05 +02:00
committed by sys_ocldev
parent d36899687c
commit c46f716d6c

View File

@@ -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() {}