mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Use dedicated using type for TaskCount
Related-To: NEO-7155 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3f962bf3e8
commit
4b42b066f8
@@ -122,7 +122,7 @@ TEST_F(KernelSubstituteTest, givenKernelWithUsedKernelAllocationWhenSubstituteKe
|
||||
kernel.kernelInfo.createKernelAllocation(*pDevice, false);
|
||||
auto firstAllocation = kernel.kernelInfo.kernelAllocation;
|
||||
|
||||
uint32_t notReadyTaskCount = *commandStreamReceiver.getTagAddress() + 1u;
|
||||
TaskCountType notReadyTaskCount = *commandStreamReceiver.getTagAddress() + 1u;
|
||||
|
||||
firstAllocation->updateTaskCount(notReadyTaskCount, commandStreamReceiver.getOsContext().getContextId());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user