/* * Copyright (C) 2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ namespace NEO { struct HardwareInfo; bool applyOpenVinoCompatibilityWaIfNeeded(HardwareInfo &hwInfo) { return false; } } // namespace NEO