Enable 'Pass info between GT-Pin and IGC', after being reverted

This reverts commit ea92874a66.

Change-Id: I4994b30f059012a5e89d899665af5c24b8ac8b18
This commit is contained in:
Plewka, Maciej
2018-08-06 04:19:32 -07:00
committed by sys_ocldev
parent d17879d412
commit 392277ff00
14 changed files with 208 additions and 14 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());
fclOptions.get(), fclInternalOptions.get(), inputArgs.GTPinInput);
if (igcOutput == nullptr) {
return CL_OUT_OF_HOST_MEMORY;