Revert "Pass info betwean gtpin and igc"

This reverts commit 5654d5673fbff18b1f3c81a8eb3c8dfeb9add9e1.

Change-Id: I2df912fef15755b2e5bd11d3e18e595d71bfad98
This commit is contained in:
Kamil Diedrich
2018-07-30 12:00:06 +02:00
committed by sys_ocldev
parent e85e9535ff
commit ea92874a66
14 changed files with 14 additions and 208 deletions

View File

@@ -145,7 +145,7 @@ cl_int CompilerInterface::build(
auto igcTranslationCtx = createIgcTranslationCtx(device, intermediateCodeType, IGC::CodeType::oclGenBin);
auto igcOutput = translate(igcTranslationCtx.get(), intermediateRepresentation.get(),
fclOptions.get(), fclInternalOptions.get(), inputArgs.GTPinInput);
fclOptions.get(), fclInternalOptions.get());
if (igcOutput == nullptr) {
return CL_OUT_OF_HOST_MEMORY;