performance: improve pool handling

Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
Resolves: NEO-11731
This commit is contained in:
Mrozek, Michal
2024-06-13 14:23:07 +00:00
committed by Compute-Runtime-Automation
parent aa3b13ce66
commit 5f0b9efd2b
8 changed files with 22 additions and 10 deletions

View File

@@ -1,14 +1,17 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#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