fix: usm reuse cleaner mt tests

Related-To: NEO-13425

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2025-01-22 14:01:19 +00:00
committed by Compute-Runtime-Automation
parent 6c6cc26b19
commit 9cfc6e6bbe
4 changed files with 67 additions and 4 deletions

View File

@@ -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;