refactor: adjust product helper file name after pre-gen12 removal

Related-To: NEO-12681
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
Jaroslaw Warchulski
2025-03-24 18:42:04 +00:00
committed by Compute-Runtime-Automation
parent 2b340528cf
commit 1230ab99aa
15 changed files with 19 additions and 40 deletions

View File

@@ -10,7 +10,7 @@
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/product_helper.h"
#include "shared/source/os_interface/product_helper.inl"
#include "shared/source/os_interface/product_helper_tgllp_and_later.inl"
#include "shared/source/os_interface/product_helper_before_xe_hpg.inl"
constexpr static auto gfxProduct = IGFX_ALDERLAKE_N;

View File

@@ -12,7 +12,7 @@
#include "shared/source/helpers/pipeline_select_helper.h"
#include "shared/source/os_interface/product_helper.h"
#include "shared/source/os_interface/product_helper.inl"
#include "shared/source/os_interface/product_helper_tgllp_and_later.inl"
#include "shared/source/os_interface/product_helper_before_xe_hpg.inl"
constexpr static auto gfxProduct = IGFX_ALDERLAKE_P;

View File

@@ -10,7 +10,7 @@
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/product_helper.h"
#include "shared/source/os_interface/product_helper.inl"
#include "shared/source/os_interface/product_helper_tgllp_and_later.inl"
#include "shared/source/os_interface/product_helper_before_xe_hpg.inl"
constexpr static auto gfxProduct = IGFX_ALDERLAKE_S;

View File

@@ -10,7 +10,7 @@
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/product_helper.h"
#include "shared/source/os_interface/product_helper.inl"
#include "shared/source/os_interface/product_helper_tgllp_and_later.inl"
#include "shared/source/os_interface/product_helper_before_xe_hpg.inl"
constexpr static auto gfxProduct = IGFX_DG1;

View File

@@ -10,7 +10,7 @@
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/product_helper.h"
#include "shared/source/os_interface/product_helper.inl"
#include "shared/source/os_interface/product_helper_tgllp_and_later.inl"
#include "shared/source/os_interface/product_helper_before_xe_hpg.inl"
constexpr static auto gfxProduct = IGFX_ROCKETLAKE;

View File

@@ -10,7 +10,7 @@
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/product_helper.h"
#include "shared/source/os_interface/product_helper.inl"
#include "shared/source/os_interface/product_helper_tgllp_and_later.inl"
#include "shared/source/os_interface/product_helper_before_xe_hpg.inl"
constexpr static auto gfxProduct = IGFX_TIGERLAKE_LP;