Add new parameter to thread data dispatching

Change-Id: I86710b0cc764156f4c2db9d24ccd1c96b32d7660
This commit is contained in:
Zdanowicz, Zbigniew
2018-10-03 15:13:54 +02:00
committed by sys_ocldev
parent 73b2e947a5
commit bb62343aba
13 changed files with 160 additions and 24 deletions

View File

@@ -489,7 +489,8 @@ cl_int Program::parsePatchList(KernelInfo &kernelInfo) {
"\n .GetLocalIDPresent", kernelInfo.patchInfo.threadPayload->GetLocalIDPresent,
"\n .GetGroupIDPresent", kernelInfo.patchInfo.threadPayload->GetGroupIDPresent,
"\n .GetGlobalOffsetPresent", kernelInfo.patchInfo.threadPayload->GetGlobalOffsetPresent,
"\n .OffsetToSkipPerThreadDataLoad", kernelInfo.patchInfo.threadPayload->OffsetToSkipPerThreadDataLoad);
"\n .OffsetToSkipPerThreadDataLoad", kernelInfo.patchInfo.threadPayload->OffsetToSkipPerThreadDataLoad,
"\n .PassInlineData", kernelInfo.patchInfo.threadPayload->PassInlineData);
break;
case PATCH_TOKEN_EXECUTION_ENVIRONMENT: