mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
refactor: rename os_agnostic_product_helper files
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
74bae6876d
commit
c268b9a853
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
* Copyright (C) 2021-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_ELKHARTLAKE;
|
||||
|
||||
#include "shared/source/gen11/ehl/os_agnostic_hw_info_config_ehl.inl"
|
||||
#include "shared/source/gen11/ehl/os_agnostic_product_helper_ehl.inl"
|
||||
namespace NEO {
|
||||
|
||||
template <>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
* Copyright (C) 2021-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "platforms.h"
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_ICELAKE_LP;
|
||||
#include "shared/source/gen11/icllp/os_agnostic_hw_info_config_icllp.inl"
|
||||
#include "shared/source/gen11/icllp/os_agnostic_product_helper_icllp.inl"
|
||||
namespace NEO {
|
||||
|
||||
template <>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
* Copyright (C) 2021-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "platforms.h"
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_LAKEFIELD;
|
||||
#include "shared/source/gen11/lkf/os_agnostic_hw_info_config_lkf.inl"
|
||||
#include "shared/source/gen11/lkf/os_agnostic_product_helper_lkf.inl"
|
||||
namespace NEO {
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user