compute-runtime/shared/source/dll/unified_memory_reuse_cleane...

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