Revert "feature: add optional onChunkFree callback to AbstractBuffersPool"

This reverts commit b7ecf99abb.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-07-07 04:11:40 +02:00
committed by Compute-Runtime-Automation
parent 8ed2cb2bfe
commit 9c7950cd22
4 changed files with 19 additions and 99 deletions

View File

@@ -504,7 +504,7 @@ bool Context::BufferPoolAllocator::isAggregatedSmallBuffersEnabled(Context *cont
(isSupportedForSingleDeviceContexts && context->isSingleDeviceContext());
}
Context::BufferPool::BufferPool(Context *context) : BaseType(context->memoryManager, nullptr) {
Context::BufferPool::BufferPool(Context *context) : BaseType(context->memoryManager) {
static constexpr cl_mem_flags flags{};
[[maybe_unused]] cl_int errcodeRet{};
Buffer::AdditionalBufferCreateArgs bufferCreateArgs{};