mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
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:
committed by
Compute-Runtime-Automation
parent
9ca2091725
commit
7c16278bee
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user