Move DATA_PARAMETER_CHILD_BLOCK_SIMD_SIZE to ignore

Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2022-02-25 01:19:13 +00:00
committed by Compute-Runtime-Automation
parent e4a93f9870
commit 93efb2c63f
7 changed files with 6 additions and 81 deletions

View File

@@ -156,7 +156,6 @@ struct KernelFromPatchtokens {
const SPatchDataParameterBuffer *localMemoryStatelessWindowSize = nullptr;
const SPatchDataParameterBuffer *localMemoryStatelessWindowStartAddress = nullptr;
const SPatchDataParameterBuffer *preferredWorkgroupMultiple = nullptr;
StackVec<const SPatchDataParameterBuffer *, 4> childBlockSimdSize;
const SPatchDataParameterBuffer *implicitArgsBufferOffset = nullptr;
} crossThreadPayloadArgs;
} tokens;