mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Flush small task adjustments
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7363b3fc09
commit
c7d5a96dfd
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user