mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
fix: account for hp engines when calculating max context count
Related-To: NEO-11983 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e24acc6155
commit
83ad60eb29
@@ -1632,6 +1632,8 @@ HWTEST_F(DeviceTests, givenCopyEnginesWhenCreatingSecondaryContextsThenUseCopyTy
|
||||
EXPECT_EQ(0u, memoryManager->secondaryEngines[0].size());
|
||||
EXPECT_EQ(0u, memoryManager->allRegisteredEngines[0].size());
|
||||
|
||||
EXPECT_GT(memoryManager->maxOsContextCount, memoryManager->latestContextId);
|
||||
|
||||
executionEnvironment->decRefInternal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user