mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
feature: add optional epilogue to flush task method
Related-To: NEO-10356 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
92512fdc64
commit
ae1eb076b7
@@ -97,6 +97,7 @@ struct DispatchFlags {
|
||||
TimestampPacketContainer *barrierTimestampPacketNodes = nullptr;
|
||||
PipelineSelectArgs pipelineSelectArgs;
|
||||
FlushStampTrackingObj *flushStampReference = nullptr;
|
||||
LinearStream *optionalEpilogueCmdStream = nullptr;
|
||||
QueueThrottle throttle = QueueThrottle::MEDIUM;
|
||||
PreemptionMode preemptionMode = PreemptionMode::Disabled;
|
||||
uint32_t numGrfRequired = GrfConfig::defaultGrfNumber;
|
||||
|
||||
Reference in New Issue
Block a user