mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
c9936a4cbd
commit
4585b82ada
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user