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