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

@@ -26,6 +26,7 @@
#include "runtime/platform/platform.h"
#include "runtime/source_level_debugger/source_level_debugger.h"
#include "runtime/helpers/validators.h"
#include "runtime/gtpin/gtpin_notify.h"
#include "program.h"
#include <cstring>
@@ -121,6 +122,7 @@ cl_int Program::build(
inputArgs.InternalOptionsSize = (uint32_t)internalOptions.length();
inputArgs.pTracingOptions = nullptr;
inputArgs.TracingOptionsCount = 0;
inputArgs.GTPinInput = gtpinGetIgcInit();
DBG_LOG(LogApiCalls,
"Build Options", inputArgs.pOptions,
"\nBuild Internal Options", inputArgs.pInternalOptions);