mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
feature: adapt usm pool manager
Change behavior to continue allocating usm pools as needed. Intended to replace singular usm pools. Related-To: NEO-16084 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
841dab8e2b
commit
f54e3fda41
@@ -266,6 +266,7 @@ class Device : public ReferenceTrackedObject<Device>, NEO::NonCopyableAndNonMova
|
||||
UsmReuseInfo usmReuseInfo;
|
||||
|
||||
void resetUsmAllocationPool(UsmMemAllocPool *usmMemAllocPool);
|
||||
void resetUsmAllocationPoolManager(UsmMemAllocPoolsManager *usmMemAllocPoolManager);
|
||||
void cleanupUsmAllocationPool();
|
||||
|
||||
void resetUsmConstantSurfaceAllocPool(UsmMemAllocPool *usmMemAllocPool);
|
||||
|
||||
Reference in New Issue
Block a user