mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Enable 'Pass info between GT-Pin and IGC', after being reverted
This reverts commit ea92874a66.
Change-Id: I4994b30f059012a5e89d899665af5c24b8ac8b18
This commit is contained in:
committed by
sys_ocldev
parent
d17879d412
commit
392277ff00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user