Files
compute-runtime/shared/source/dll/unified_memory_reuse_cleaner_enabled.cpp
Dominik Dabek bebeef0e88 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>
2025-01-25 00:38:04 +01:00

14 lines
259 B
C++

/*
* 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