Revert "performance: improve pool handling"

This reverts commit a3c3b6533a.

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2024-08-06 11:38:23 +00:00
committed by Compute-Runtime-Automation
parent 57e7147e7c
commit d52ca080bd
7 changed files with 6 additions and 18 deletions

View File

@@ -7,7 +7,6 @@
#pragma once
#include <cstdint>
#include <stddef.h>
namespace NEO {
enum class CommandStreamReceiverType {
@@ -39,7 +38,4 @@ extern const char *folderAUB;
// Initial value for HW tag
// Set to 0 if using HW or simulator, otherwise 0xFFFFFF00, needs to be lower then CompletionStamp::notReady.
extern uint32_t initialHardwareTag;
// default size of memory pools
extern size_t defaultPoolSize;
} // namespace NEO