mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Revert "Fix for task count hang issue"
This reverts commit 340ba8bf56
.
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
8812f6250b
commit
359e848dbe
@ -103,10 +103,6 @@ SubmissionStatus CommandStreamReceiver::submitBatchBuffer(BatchBuffer &batchBuff
|
||||
this->latestSentTaskCount = taskCount + 1;
|
||||
|
||||
SubmissionStatus retVal = this->flush(batchBuffer, allocationsForResidency);
|
||||
|
||||
if (retVal != NEO::SubmissionStatus::SUCCESS) {
|
||||
return retVal;
|
||||
}
|
||||
if (!isUpdateTagFromWaitEnabled()) {
|
||||
this->latestFlushedTaskCount = taskCount + 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user