feature: enable usm reuse cleaner

Keep disabled in ULTs, except multi thread tests.

Related-To: NEO-13425

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2025-01-24 13:58:03 +00:00
committed by Compute-Runtime-Automation
parent e11e7b9b94
commit bebeef0e88
8 changed files with 40 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/memory_manager/unified_memory_reuse_cleaner.h"
namespace NEO {
bool UnifiedMemoryReuseCleaner::isSupported() {
return true;
}
} // namespace NEO