mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
refactor: remove unused EncodeDispatchKernelArgs field
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ac3a2b6756
commit
808ff8c2e4
@@ -53,7 +53,6 @@ struct EncodeDispatchKernelArgs {
|
||||
PreemptionMode preemptionMode = PreemptionMode::Initial;
|
||||
uint32_t partitionCount = 0u;
|
||||
uint32_t postSyncImmValue = 0;
|
||||
bool inOrderExecEnabled = false;
|
||||
bool isIndirect = false;
|
||||
bool isPredicate = false;
|
||||
bool isTimestampEvent = false;
|
||||
|
||||
Reference in New Issue
Block a user