refactor: rename product helper cpp files

Related-To: NEO-7703
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-03-09 18:56:58 +00:00
committed by Compute-Runtime-Automation
parent 48337d815e
commit 63ad1a2e86
42 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
/*
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen11/hw_cmds_lkf.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "shared/source/os_interface/hw_info_config.inl"
#include "shared/source/os_interface/product_helper_bdw_and_later.inl"
#include "platforms.h"
constexpr static auto gfxProduct = IGFX_LAKEFIELD;
#include "shared/source/gen11/lkf/os_agnostic_product_helper_lkf.inl"
template class NEO::ProductHelperHw<gfxProduct>;