mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
4abe4a96b8
commit
dca33e10ec
25
shared/source/gen11/windows/hw_info_config_gen11.cpp
Normal file
25
shared/source/gen11/windows/hw_info_config_gen11.cpp
Normal 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
|
||||
Reference in New Issue
Block a user