mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Move igcInfo for gtpin to kernelInfo
Change-Id: I952facac33e759ce81982f69a4ce05ffe545cea0 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
f877d4254b
commit
82e3b1e146
@@ -14,7 +14,6 @@
|
||||
#include "runtime/helpers/hash.h"
|
||||
#include "runtime/helpers/ptr_math.h"
|
||||
#include "runtime/helpers/string.h"
|
||||
#include "runtime/kernel/kernel.h"
|
||||
#include "runtime/memory_manager/memory_manager.h"
|
||||
#include "runtime/gtpin/gtpin_notify.h"
|
||||
|
||||
@@ -779,7 +778,8 @@ cl_int Program::parsePatchList(KernelInfo &kernelInfo) {
|
||||
"\n .PerThreadSystemThreadSurfaceSize", pPatchToken->PerThreadSystemThreadSurfaceSize);
|
||||
} break;
|
||||
case PATCH_TOKEN_GTPIN_INFO: {
|
||||
setIgcInfo(ptrOffset(pCurPatchListPtr, sizeof(SPatchItemHeader)));
|
||||
auto igcInfo = ptrOffset(pCurPatchListPtr, sizeof(SPatchItemHeader));
|
||||
kernelInfo.igcInfoForGtpin = static_cast<const gtpin::igc_info_t *>(igcInfo);
|
||||
DBG_LOG(LogPatchTokens,
|
||||
"\n.PATCH_TOKEN_GTPIN_INFO", pPatch->Token,
|
||||
"\n .Size", pPatch->Size);
|
||||
|
||||
Reference in New Issue
Block a user