Add support for GT-Pin Callbacks [2/n]

Change-Id: Ibdb76361be2a0e48888b46e9ed6dfe6b0ed49862
This commit is contained in:
hjnapiat
2018-01-24 13:26:46 +01:00
parent 9477f03f34
commit 5b0ebe25d5
8 changed files with 171 additions and 0 deletions

View File

@ -235,5 +235,6 @@ struct KernelInfo {
const BuiltinDispatchInfoBuilder *builtinDispatchBuilder = nullptr;
uint32_t argumentsToPatchNum = 0;
uint32_t systemKernelOffset = 0;
uint64_t kernelId = 0;
};
} // namespace OCLRT