mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
2eab7a12c9
commit
3c43276dab
@@ -12,7 +12,8 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
using TimestampPool = GenericPool<TimestampPoolTraits>;
|
||||
using TimestampPoolAllocator = GenericPoolAllocator<TimestampPoolTraits>;
|
||||
using GlobalSurfacePoolAllocator = GenericPoolAllocator<GlobalSurfacePoolTraits>;
|
||||
using ConstantSurfacePoolAllocator = GenericPoolAllocator<ConstantSurfacePoolTraits>;
|
||||
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user