Move hw_info_config files to shared

Related-To: NEO-5161

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2021-03-09 18:02:59 +00:00
committed by Compute-Runtime-Automation
parent 4abe4a96b8
commit dca33e10ec
24 changed files with 59 additions and 33 deletions

View File

@@ -0,0 +1,25 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/hw_info_config.h"
#include "shared/source/os_interface/hw_info_config.inl"
#include "shared/source/os_interface/hw_info_config_bdw_plus.inl"
namespace NEO {
#ifdef SUPPORT_ICLLP
template class HwInfoConfigHw<IGFX_ICELAKE_LP>;
#endif
#ifdef SUPPORT_LKF
template class HwInfoConfigHw<IGFX_LAKEFIELD>;
#endif
#ifdef SUPPORT_EHL
template class HwInfoConfigHw<IGFX_ELKHARTLAKE>;
#endif
} // namespace NEO