mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
Pass root device index to Kernel's methods
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cbde74650a
commit
b85a8ace68
@@ -1355,7 +1355,7 @@ HWTEST_F(PatchTokenTests, givenKernelRequiringConstantAllocationWhenMakeResident
|
||||
EXPECT_EQ(0u, pCommandStreamReceiver->residency.size());
|
||||
|
||||
std::vector<Surface *> surfaces;
|
||||
pKernel->getResidency(surfaces);
|
||||
pKernel->getResidency(surfaces, rootDeviceIndex);
|
||||
EXPECT_EQ(2u, surfaces.size());
|
||||
|
||||
for (Surface *surface : surfaces) {
|
||||
|
||||
Reference in New Issue
Block a user