feature: in-order patching for ComputeWalker

Related-To: NEO-7966

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-09-22 11:18:43 +00:00
committed by Compute-Runtime-Automation
parent f62ace8929
commit 480c058cb2
24 changed files with 276 additions and 46 deletions

View File

@@ -48,6 +48,7 @@ struct EncodeDispatchKernelArgs {
IndirectHeap *surfaceStateHeap = nullptr;
IndirectHeap *dynamicStateHeap = nullptr;
const void *threadGroupDimensions = nullptr;
void *outWalkerPtr = nullptr;
std::list<void *> *additionalCommands = nullptr;
PreemptionMode preemptionMode = PreemptionMode::Initial;
uint32_t partitionCount = 0u;