refactor: remove include from enable_compiler_product_helper files

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-03-09 10:36:22 +00:00
committed by Compute-Runtime-Automation
parent d7d6a4040f
commit 5080250a64
20 changed files with 0 additions and 31 deletions

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_ehl.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_ELKHARTLAKE>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_icllp.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_ICELAKE_LP>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_lkf.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_LAKEFIELD>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -13,7 +13,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "compiler_product_helper_adln.inl"
#include "hw_info_adln.h"
namespace NEO {

View File

@@ -13,7 +13,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "compiler_product_helper_adlp.inl"
#include "hw_info_adlp.h"
namespace NEO {

View File

@@ -12,7 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_adls.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_ALDERLAKE_S>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -12,7 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_dg1.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_DG1>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -12,7 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_rkl.h"
namespace NEO {
#include "shared/source/gen12lp/compiler_product_helper_rkl.inl"

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_tgllp.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_TIGERLAKE_LP>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_bdw.h"
namespace NEO {
#include "shared/source/gen8/compiler_product_helper_bdw.inl"

View File

@@ -11,8 +11,6 @@
#include "shared/source/helpers/compiler_product_helper_bdw_and_later.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_bxt.h"
namespace NEO {
template <>

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_cfl.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_COFFEELAKE>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -11,8 +11,6 @@
#include "shared/source/helpers/compiler_product_helper_bdw_and_later.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_glk.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_GEMINILAKE>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_kbl.h"
namespace NEO {
template <>
uint64_t CompilerProductHelperHw<IGFX_KABYLAKE>::getHwInfoConfig(const HardwareInfo &hwInfo) const {

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hp.inl"
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "hw_info_skl.h"
namespace NEO {
template <>

View File

@@ -76,7 +76,6 @@ class CompilerProductHelperHw : public CompilerProductHelper {
template <PRODUCT_FAMILY gfxProduct>
struct EnableCompilerProductHelper {
using GfxProduct = typename HwMapper<gfxProduct>::GfxProduct;
EnableCompilerProductHelper() {
auto compilerProductHelperCreateFunction = CompilerProductHelperHw<gfxProduct>::create;
compilerProductHelperFactory[gfxProduct] = compilerProductHelperCreateFunction;

View File

@@ -12,8 +12,6 @@
#include "shared/source/helpers/compiler_product_helper_before_xe_hpc.inl"
#include "shared/source/helpers/compiler_product_helper_xe_hp_and_later.inl"
#include "hw_info_xehp.h"
namespace NEO {
static EnableCompilerProductHelper<IGFX_XE_HP_SDV> enableCompilerProductHelperXEHP;

View File

@@ -13,7 +13,6 @@
#include "shared/source/helpers/compiler_product_helper_xe_hpc_and_later.inl"
#include "compiler_product_helper_pvc.inl"
#include "hw_info_pvc.h"
namespace NEO {

View File

@@ -13,7 +13,6 @@
#include "shared/source/helpers/compiler_product_helper_xe_hp_and_later.inl"
#include "compiler_product_helper_dg2.inl"
#include "hw_info_dg2.h"
namespace NEO {
static EnableCompilerProductHelper<IGFX_DG2> enableCompilerProductHelperDG2;

View File

@@ -13,7 +13,6 @@
#include "shared/source/helpers/compiler_product_helper_xe_hp_and_later.inl"
#include "compiler_product_helper_mtl.inl"
#include "hw_info_mtl.h"
namespace NEO {