/* * Copyright (C) 2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "runtime/os_interface/hw_info_config.h" namespace OCLRT { template void HwInfoConfigHw::adjustPlatformForProductFamily(HardwareInfo *hwInfo) { } } // namespace OCLRT