mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Revert "Pass info betwean gtpin and igc"
This reverts commit 5654d5673fbff18b1f3c81a8eb3c8dfeb9add9e1. Change-Id: I2df912fef15755b2e5bd11d3e18e595d71bfad98
This commit is contained in:
committed by
sys_ocldev
parent
e85e9535ff
commit
ea92874a66
@@ -31,7 +31,6 @@
|
||||
#include "runtime/helpers/string.h"
|
||||
#include "runtime/kernel/kernel.h"
|
||||
#include "runtime/memory_manager/memory_manager.h"
|
||||
#include "runtime/gtpin/gtpin_notify.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -779,13 +778,7 @@ cl_int Program::parsePatchList(KernelInfo &kernelInfo) {
|
||||
"\n .Offset", pPatchToken->Offset,
|
||||
"\n .PerThreadSystemThreadSurfaceSize", pPatchToken->PerThreadSystemThreadSurfaceSize);
|
||||
} break;
|
||||
case PATCH_TOKEN_GTPIN_INFO: {
|
||||
setIgcInfo(ptrOffset(pCurPatchListPtr, sizeof(SPatchItemHeader)));
|
||||
DBG_LOG(LogPatchTokens,
|
||||
"\n.PATCH_TOKEN_GTPIN_INFO", pPatch->Token,
|
||||
"\n .Size", pPatch->Size);
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
printDebugString(DebugManager.flags.PrintDebugMessages.get(), stderr, " Program::parsePatchList. Unknown Patch Token: %d\n", pPatch->Token);
|
||||
if (false == isSafeToSkipUnhandledToken(pPatch->Token)) {
|
||||
|
||||
Reference in New Issue
Block a user