mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Add compilerHwInfoConfig
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-6237
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0f7378f64e
commit
cfc673b77c
14
shared/source/helpers/compiler_hw_info_config.cpp
Normal file
14
shared/source/helpers/compiler_hw_info_config.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/compiler_hw_info_config.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
CompilerHwInfoConfig *CompilerHwInfoConfigFactory[IGFX_MAX_PRODUCT] = {};
|
||||
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user