mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Change type of residency task count to uint32_t
Move definitions of objectNotUsed and objectNotResident to GraphicsAllocation Change-Id: I2aec604a865cc6c975e9d1121028cbdd35c0b18a Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
bd4ea652ec
commit
66492a53a4
@@ -115,7 +115,7 @@ HWTEST_P(ParentKernelEnqueueTest, GivenParentKernelWithPrivateSurfaceWhenEnqueue
|
||||
pKernel->getProgram()->getBlockKernelManager()->pushPrivateSurface(privateSurface, 0);
|
||||
pCmdQ->enqueueKernel(pKernel, 1, offset, gws, gws, 0, nullptr, nullptr);
|
||||
|
||||
EXPECT_NE(ObjectNotResident, privateSurface->getResidencyTaskCount(0u));
|
||||
EXPECT_TRUE(privateSurface->isResident(0u));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user