mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Revert "ocl(feature): dg2, enable buffer pool allocator"
This reverts commit 20ccf3063b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
18eb3c27c8
commit
6d2c6df994
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Intel Corporation
|
||||
* Copyright (C) 2022-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -36,7 +36,7 @@ DG2TEST_F(AggregatedSmallBuffersDg2DefaultTest, givenDifferentFlagValuesAndSingl
|
||||
// Single device context
|
||||
{
|
||||
DebugManager.flags.ExperimentalSmallBufferPoolAllocator.set(-1);
|
||||
EXPECT_TRUE(pContext->getBufferPoolAllocator().isAggregatedSmallBuffersEnabled(pContext));
|
||||
EXPECT_FALSE(pContext->getBufferPoolAllocator().isAggregatedSmallBuffersEnabled(pContext));
|
||||
}
|
||||
{
|
||||
DebugManager.flags.ExperimentalSmallBufferPoolAllocator.set(0);
|
||||
|
||||
Reference in New Issue
Block a user