mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
test: correct expectations in shared ults if heapless enabled
Related-To: NEO-10641 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
df9fa343d1
commit
fc3646b58c
@@ -384,6 +384,8 @@ TEST(ExecutionEnvironment, givenMultipleRootDevicesWhenTheyAreCreatedThenReuseMe
|
||||
executionEnvironment.rootDeviceEnvironments[i]->setHwInfoAndInitHelpers(defaultHwInfo.get());
|
||||
executionEnvironment.rootDeviceEnvironments[i]->initGmm();
|
||||
}
|
||||
executionEnvironment.calculateMaxOsContextCount();
|
||||
|
||||
std::unique_ptr<MockDevice> device(Device::create<MockDevice>(&executionEnvironment, 0u));
|
||||
auto &commandStreamReceiver = device->getGpgpuCommandStreamReceiver();
|
||||
auto memoryManager = device->getMemoryManager();
|
||||
|
||||
Reference in New Issue
Block a user