fix: add missing inl includes

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2023-08-25 16:19:02 +00:00
committed by Compute-Runtime-Automation
parent 5114988f34
commit a7b794676b
9 changed files with 11 additions and 0 deletions

View File

@@ -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>;

View File

@@ -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>;

View File

@@ -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>;