mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix for task count hang issue
Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
56a164ffcd
commit
340ba8bf56
@ -103,6 +103,10 @@ 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