Flush small task adjustments

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-10-28 09:21:44 +00:00
committed by Compute-Runtime-Automation
parent 7363b3fc09
commit c7d5a96dfd
16 changed files with 213 additions and 27 deletions

View File

@@ -460,6 +460,7 @@ HWTEST_F(EnqueueThreading, WhenFinishingThenKernelHasOwnership) {
auto csr = (CommandStreamReceiverMock<FamilyType> *)&this->pCmdQ->getGpgpuCommandStreamReceiver();
csr->expectedToFreeCount = 0u;
csr->latestSentTaskCount = 1;
csr->latestFlushedTaskCount = 1;
pCmdQ->finish();
}