mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-13 10:14:36 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e11e7b9b94
commit
bebeef0e88
14
shared/source/dll/unified_memory_reuse_cleaner_enabled.cpp
Normal file
14
shared/source/dll/unified_memory_reuse_cleaner_enabled.cpp
Normal 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
|
||||
Reference in New Issue
Block a user