Update flag for ocl pool buffer allocator

Flag == -1 - platform default
Flag == 0 - disabled
Flag == 1 - enabled for single device contexts
Flag == 2 - enabled for all contexts

Related-To: NEO-7332

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2022-12-19 12:09:33 +00:00
committed by Compute-Runtime-Automation
parent f275eea6ec
commit 3cfc8a0b68
5 changed files with 88 additions and 17 deletions

View File

@@ -679,6 +679,5 @@ HWTEST_F(ProductHelperTest, givenDebugFlagWhenCheckingIsResolveDependenciesByPip
}
HWTEST_F(ProductHelperTest, givenProductHelperWhenCheckingIsBufferPoolAllocatorSupportedThenCorrectValueIsReturned) {
DebugManagerStateRestore restorer;
EXPECT_FALSE(productHelper->isBufferPoolAllocatorSupported());
}