mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +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
@@ -239,6 +239,7 @@ TEST_F(KernelDataTest, ThreadPayload) {
|
||||
threadPayload.LocalIDYPresent = true;
|
||||
threadPayload.LocalIDZPresent = true;
|
||||
threadPayload.OffsetToSkipPerThreadDataLoad = true;
|
||||
threadPayload.PassInlineData = true;
|
||||
|
||||
pPatchList = &threadPayload;
|
||||
patchListSize = threadPayload.Size;
|
||||
|
||||
Reference in New Issue
Block a user