refactor: rename product helper files for xehpc and later

Related-To: NEO-7703
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-03-08 14:14:20 +00:00
committed by Compute-Runtime-Automation
parent 553dd7f21f
commit c7311bc140
3 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ if(SUPPORT_MTL_AND_LATER)
endif()
if(SUPPORT_PVC_AND_LATER)
list(APPEND NEO_CORE_OS_INTERFACE_LINUX ${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_xe_hpc_and_later.inl)
list(APPEND NEO_CORE_OS_INTERFACE_LINUX ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_xe_hpc_and_later.inl)
endif()
if(DISABLE_WDDM_LINUX)

View File

@@ -30,7 +30,7 @@ const std::map<std::string, std::pair<uint32_t, uint32_t>> guidUuidOffsetMap = {
// add new values for guid in the form of {"guid", {offset, size}} for each platform
{"0x41fe79a5", {64u, 8u}}};
#include "shared/source/os_interface/linux/hw_info_config_uuid_xehp_and_later.inl"
#include "shared/source/os_interface/linux/hw_info_config_xe_hpc_and_later.inl"
#include "shared/source/os_interface/linux/product_helper_xe_hpc_and_later.inl"
} // namespace NEO
#include "shared/source/xe_hpc_core/os_agnostic_product_helper_xe_hpc_core.inl"
#include "shared/source/xe_hpc_core/pvc/os_agnostic_product_helper_pvc.inl"