mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 11:03:02 +08:00
Add new parameter to thread data dispatching
Change-Id: I86710b0cc764156f4c2db9d24ccd1c96b32d7660
This commit is contained in:
committed by
sys_ocldev
parent
73b2e947a5
commit
bb62343aba
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user