mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
performance: enable l0 usm host pool
disable in sysman ults, pooling breaks in tests that simulate device error Related-To: NEO-6893 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
de57a3f3dd
commit
00921d0929
@@ -57,6 +57,8 @@ class SysmanDeviceFixture : public DeviceFixture, public ::testing::Test {
|
||||
if (!sysmanUltsEnable) {
|
||||
GTEST_SKIP();
|
||||
}
|
||||
debugManager.flags.EnableHostUsmAllocationPool.set(0);
|
||||
debugManager.flags.EnableDeviceUsmAllocationPool.set(0);
|
||||
DeviceFixture::setUp();
|
||||
neoDevice->getExecutionEnvironment()->rootDeviceEnvironments[device->getRootDeviceIndex()]->osInterface = std::make_unique<NEO::OSInterface>();
|
||||
auto &osInterface = *device->getOsInterface();
|
||||
@@ -95,7 +97,7 @@ class SysmanDeviceFixture : public DeviceFixture, public ::testing::Test {
|
||||
DeviceFixture::tearDown();
|
||||
unsetenv("ZES_ENABLE_SYSMAN");
|
||||
}
|
||||
|
||||
DebugManagerStateRestore restorer;
|
||||
SysmanDevice *pSysmanDevice = nullptr;
|
||||
SysmanDeviceImp *pSysmanDeviceImp = nullptr;
|
||||
OsSysman *pOsSysman = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user