mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Revert "Pass info betwean gtpin and igc"
This reverts commit 5654d5673fbff18b1f3c81a8eb3c8dfeb9add9e1. Change-Id: I2df912fef15755b2e5bd11d3e18e595d71bfad98
This commit is contained in:
committed by
sys_ocldev
parent
e85e9535ff
commit
ea92874a66
@@ -469,19 +469,6 @@ IGC::OclTranslationOutputBase *MockIgcOclTranslationCtx::TranslateImpl(
|
||||
return out;
|
||||
}
|
||||
|
||||
IGC::OclTranslationOutputBase *MockIgcOclTranslationCtx::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) {
|
||||
auto out = new MockOclTranslationOutput();
|
||||
translate(true, src, options, internalOptions, out);
|
||||
return out;
|
||||
}
|
||||
|
||||
MockOclTranslationOutput::MockOclTranslationOutput() {
|
||||
this->log = new MockCIFBuffer();
|
||||
this->output = new MockCIFBuffer();
|
||||
|
||||
Reference in New Issue
Block a user