mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
feature: bring back counter based in-order tracking
Related-To: NEO-7966 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bc0a3a7eb5
commit
61fb19caab
@@ -52,7 +52,7 @@ struct EncodeDispatchKernelArgs {
|
||||
std::list<void *> *additionalCommands = nullptr;
|
||||
PreemptionMode preemptionMode = PreemptionMode::Initial;
|
||||
uint32_t partitionCount = 0u;
|
||||
uint32_t postSyncImmValue = 0;
|
||||
uint64_t postSyncImmValue = 0;
|
||||
bool isIndirect = false;
|
||||
bool isPredicate = false;
|
||||
bool isTimestampEvent = false;
|
||||
|
||||
Reference in New Issue
Block a user