mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Revert "fix: limit usm device reuse based on used memory"
This reverts commit 1252b10ba9.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ffec97acc5
commit
484210d656
@@ -172,8 +172,6 @@ class SVMAllocsManager {
|
||||
|
||||
std::vector<SvmCacheAllocationInfo> allocations;
|
||||
std::mutex mtx;
|
||||
bool localMemorySupported = true;
|
||||
double fractionOfAvailableMemoryForRecycling = 0.0;
|
||||
size_t maxSize = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user