mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
performance: improve pool handling
Related-To: NEO-11731 Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6d70304e7b
commit
a3c3b6533a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user