mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
refactor: rename product helper cpp files
Related-To: NEO-7703 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
48337d815e
commit
63ad1a2e86
19
shared/source/gen11/windows/product_helper_lkf.cpp
Normal file
19
shared/source/gen11/windows/product_helper_lkf.cpp
Normal 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>;
|
||||
Reference in New Issue
Block a user