mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
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:
committed by
Compute-Runtime-Automation
parent
553dd7f21f
commit
c7311bc140
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user