mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
feature: in-order patching for ComputeWalker
Related-To: NEO-7966 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f62ace8929
commit
480c058cb2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user