Adding kernel descriptor initialization

Change-Id: Ica3ace0d06202e6c0909f91dd53e61824fe73c23
This commit is contained in:
Jaroslaw Chodor
2020-02-25 14:52:40 +01:00
committed by sys_ocldev
parent bcd435a1b1
commit 207c71ceca
13 changed files with 1908 additions and 1 deletions

View File

@@ -27,6 +27,8 @@
namespace NEO {
bool useKernelDescriptor = false;
struct KernelArgumentType {
const char *argTypeQualifier;
uint64_t argTypeQualifierValue;