mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
refactor: rename enable product helper 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
f5eb09e9ce
commit
f8e17842ed
16
shared/source/gen11/enable_product_helper_lkf.cpp
Normal file
16
shared/source/gen11/enable_product_helper_lkf.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* 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/product_helper_hw.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
static EnableProductHelper<IGFX_LAKEFIELD> enableLKF;
|
||||
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user