mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
fix: usm reuse cleaner mt tests
Related-To: NEO-13425 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6c6cc26b19
commit
9cfc6e6bbe
@@ -35,7 +35,7 @@ class UnifiedMemoryReuseCleaner {
|
||||
protected:
|
||||
void startCleaning() { runCleaning.store(true); };
|
||||
static void *cleanUnifiedMemoryReuse(void *self);
|
||||
void trimOldInCaches();
|
||||
MOCKABLE_VIRTUAL void trimOldInCaches();
|
||||
std::unique_ptr<Thread> unifiedMemoryReuseCleanerThread;
|
||||
|
||||
std::vector<SvmAllocationCache *> svmAllocationCaches;
|
||||
|
||||
Reference in New Issue
Block a user