mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 04:48:08 +08:00
performance: improve pool handling
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com> Resolves: NEO-11731
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
aa3b13ce66
commit
5f0b9efd2b
@@ -1,11 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2021 Intel Corporation
|
||||
* Copyright (C) 2019-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <stddef.h>
|
||||
|
||||
namespace NEO {
|
||||
// AUB file folder location
|
||||
@@ -13,4 +14,7 @@ const char *folderAUB = ".";
|
||||
|
||||
// Initial value for HW tag
|
||||
uint32_t initialHardwareTag = 0;
|
||||
|
||||
size_t defaultPoolSize = 16777216u;
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user