/* * Copyright (C) 2018-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/os_interface/hw_info_config.h" namespace NEO { template void HwInfoConfigHw::adjustPlatformForProductFamily(HardwareInfo *hwInfo) { } template bool HwInfoConfigHw::isEvenContextCountRequired() { return false; } } // namespace NEO