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

@@ -100,7 +100,7 @@ if(SUPPORT_XEHP_AND_LATER)
endif()
if(SUPPORT_MTL_AND_LATER)
list(APPEND NEO_CORE_OS_INTERFACE_LINUX ${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_mtl_and_later.inl)
list(APPEND NEO_CORE_OS_INTERFACE_LINUX ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_mtl_and_later.inl)
endif()
if(SUPPORT_PVC_AND_LATER)

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*

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"