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:
Zbigniew Zdanowicz
2025-03-04 21:16:23 +00:00
committed by Compute-Runtime-Automation
parent 92512fdc64
commit ae1eb076b7
3 changed files with 44 additions and 5 deletions

View File

@@ -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;