mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
test: disable buffer pooling in aub test
Disable buffer pooling in MultitileMulticontextTests Related-To: NEO-10526 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cb185e50f3
commit
4442a97696
@@ -32,6 +32,7 @@ using namespace NEO;
|
||||
template <uint32_t numberOfTiles, MulticontextAubFixture::EnabledCommandStreamers enabledCommandStreamers>
|
||||
struct MultitileMulticontextTests : public MulticontextAubFixture, public ::testing::Test {
|
||||
void SetUp() override {
|
||||
debugManager.flags.ExperimentalSmallBufferPoolAllocator.set(0);
|
||||
MulticontextAubFixture::setUp(numberOfTiles, enabledCommandStreamers, false);
|
||||
}
|
||||
void TearDown() override {
|
||||
|
||||
Reference in New Issue
Block a user