mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
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:
committed by
Compute-Runtime-Automation
parent
9aa4275fda
commit
f4d60bb24f
@@ -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)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Intel Corporation
|
||||
* Copyright (C) 2022-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user