performance: l0, enable usm pooling on bmg

Related-To: NEO-6893, GSD-11432

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2025-09-19 14:50:05 +00:00
committed by Compute-Runtime-Automation
parent a9f43dac9f
commit 2ce915aa5b
2 changed files with 4 additions and 4 deletions

View File

@@ -144,8 +144,8 @@ BMGTEST_F(BmgProductHelper, givenProductHelperWhenCheckingIsHostDeviceUsmPoolAll
}
{
VariableBackup<ApiSpecificConfig::ApiType> backup(&apiTypeForUlts, ApiSpecificConfig::L0);
EXPECT_FALSE(productHelper->isHostUsmPoolAllocatorSupported());
EXPECT_FALSE(productHelper->isDeviceUsmPoolAllocatorSupported());
EXPECT_TRUE(productHelper->isHostUsmPoolAllocatorSupported());
EXPECT_TRUE(productHelper->isDeviceUsmPoolAllocatorSupported());
}
}