performance: improve pool handling

Related-To: NEO-11731
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2024-06-25 15:46:05 +00:00
committed by Compute-Runtime-Automation
parent 6d70304e7b
commit a3c3b6533a
8 changed files with 20 additions and 8 deletions

View File

@@ -6,9 +6,12 @@
*/
#include <cstdint>
#include <stddef.h>
namespace NEO {
const char *folderAUB = "aub_out";
uint32_t initialHardwareTag = static_cast<uint32_t>(0xFFFFFF00);
size_t defaultPoolSize = 1048576u;
} // namespace NEO