mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 00:58:39 +08:00
Fix flush small task task counts
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fdfb25b85e
commit
341e6bbc3a
@@ -459,6 +459,7 @@ HWTEST_F(EnqueueThreading, WhenFinishingThenKernelHasOwnership) {
|
||||
pCmdQ->taskLevel = 1;
|
||||
auto csr = (CommandStreamReceiverMock<FamilyType> *)&this->pCmdQ->getGpgpuCommandStreamReceiver();
|
||||
csr->expectedToFreeCount = 0u;
|
||||
csr->latestSentTaskCount = 1;
|
||||
|
||||
pCmdQ->finish();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user