feature: add option to store walker command content in cpu memory

Related-To: NEO-10066

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2024-04-16 22:23:53 +00:00
committed by Compute-Runtime-Automation
parent 9ca2091725
commit 7c16278bee
10 changed files with 44 additions and 8 deletions

View File

@@ -54,6 +54,7 @@ struct EncodeDispatchKernelArgs {
IndirectHeap *dynamicStateHeap = nullptr;
const void *threadGroupDimensions = nullptr;
void *outWalkerPtr = nullptr;
void *cpuWalkerBuffer = nullptr;
std::list<void *> *additionalCommands = nullptr;
PreemptionMode preemptionMode = PreemptionMode::Initial;
NEO::RequiredPartitionDim requiredPartitionDim = NEO::RequiredPartitionDim::none;