mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix: move host usm reuse max size to mem manager
Intialize value on memory manager creation. Related-To: NEO-6893 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
54cb0e24f8
commit
6e998fc3c1
@@ -201,7 +201,6 @@ class SVMAllocsManager {
|
||||
std::vector<SvmCacheAllocationInfo> allocations;
|
||||
|
||||
std::mutex mtx;
|
||||
size_t maxSize = 0;
|
||||
SVMAllocsManager *svmAllocsManager = nullptr;
|
||||
MemoryManager *memoryManager = nullptr;
|
||||
bool enablePerformanceLogging = false;
|
||||
|
||||
Reference in New Issue
Block a user