refactor: rename product helper files for mtl and later platforms

Related-To: NEO-7703
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-03-07 17:31:48 +00:00
committed by Compute-Runtime-Automation
parent 9aa4275fda
commit f4d60bb24f
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
constexpr static auto gfxProduct = IGFX_METEORLAKE;
namespace NEO {
#include "shared/source/os_interface/linux/hw_info_config_mtl_and_later.inl"
#include "shared/source/os_interface/linux/product_helper_mtl_and_later.inl"
} // namespace NEO
#include "shared/source/xe_hpg_core/mtl/os_agnostic_product_helper_mtl.inl"