feature(ocl): re-enable pool buffer allocator, dg2

Related-To: NEO-7332

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2023-01-13 14:47:55 +00:00
committed by Compute-Runtime-Automation
parent c9936a4cbd
commit 4585b82ada
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ DG2TEST_F(AggregatedSmallBuffersDg2DefaultTest, givenDifferentFlagValuesAndSingl
// Single device context
{
DebugManager.flags.ExperimentalSmallBufferPoolAllocator.set(-1);
EXPECT_FALSE(pContext->getBufferPoolAllocator().isAggregatedSmallBuffersEnabled(pContext));
EXPECT_TRUE(pContext->getBufferPoolAllocator().isAggregatedSmallBuffersEnabled(pContext));
}
{
DebugManager.flags.ExperimentalSmallBufferPoolAllocator.set(0);