feature: add global/const surface nonUSM allocation pooling

Related-To: NEO-12287
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwoliński
2025-10-29 13:06:06 +00:00
committed by Compute-Runtime-Automation
parent 2eab7a12c9
commit 3c43276dab
16 changed files with 547 additions and 40 deletions

View File

@@ -12,7 +12,8 @@
namespace NEO {
using TimestampPool = GenericPool<TimestampPoolTraits>;
using TimestampPoolAllocator = GenericPoolAllocator<TimestampPoolTraits>;
using GlobalSurfacePoolAllocator = GenericPoolAllocator<GlobalSurfacePoolTraits>;
using ConstantSurfacePoolAllocator = GenericPoolAllocator<ConstantSurfacePoolTraits>;
} // namespace NEO