mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix: only increase fence/task count when submit task success
Related-To: NEO-7812 Signed-off-by: Pan Zhenjie <zhenjie.pan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d8f99161dd
commit
820a189c52
@@ -191,6 +191,7 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
void handleFrontEndStateTransition(const DispatchFlags &dispatchFlags);
|
||||
void handlePipelineSelectStateTransition(const DispatchFlags &dispatchFlags);
|
||||
void handleStateBaseAddressStateTransition(const DispatchFlags &dispatchFlags, bool &isStateBaseAddressDirty);
|
||||
void updateStreamTaskCount(LinearStream &stream, TaskCountType newTaskCount);
|
||||
|
||||
bool bcsRelaxedOrderingAllowed(const BlitPropertiesContainer &blitPropertiesContainer, bool hasStallingCmds) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user