mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 17:33:00 +08:00
fix: add missing inl includes
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5114988f34
commit
a7b794676b
@@ -12,4 +12,6 @@
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_ELKHARTLAKE;
|
||||
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
constexpr static auto gfxProduct = IGFX_ICELAKE_LP;
|
||||
|
||||
#include "shared/source/gen11/icllp/os_agnostic_product_helper_icllp.inl"
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -12,4 +12,6 @@
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_LAKEFIELD;
|
||||
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -14,5 +14,6 @@
|
||||
constexpr static auto gfxProduct = IGFX_BROADWELL;
|
||||
|
||||
#include "shared/source/gen8/bdw/os_agnostic_product_helper_bdw.inl"
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
constexpr static auto gfxProduct = IGFX_BROXTON;
|
||||
|
||||
#include "shared/source/gen9/bxt/os_agnostic_product_helper_bxt.inl"
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
constexpr static auto gfxProduct = IGFX_COFFEELAKE;
|
||||
|
||||
#include "shared/source/gen9/cfl/os_agnostic_product_helper_cfl.inl"
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
constexpr static auto gfxProduct = IGFX_GEMINILAKE;
|
||||
|
||||
#include "shared/source/gen9/glk/os_agnostic_product_helper_glk.inl"
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
constexpr static auto gfxProduct = IGFX_KABYLAKE;
|
||||
|
||||
#include "shared/source/gen9/kbl/os_agnostic_product_helper_kbl.inl"
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
constexpr static auto gfxProduct = IGFX_SKYLAKE;
|
||||
|
||||
#include "shared/source/gen9/skl/os_agnostic_product_helper_skl.inl"
|
||||
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
||||
|
||||
template class NEO::ProductHelperHw<gfxProduct>;
|
||||
|
||||
Reference in New Issue
Block a user