Files
compute-runtime/shared/source/gen12lp/enable_hw_info_config_adln.cpp
Kamil Kopryk 232b886056 Rename HwInfoConfig to ProductHelper
Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2022-12-14 14:39:52 +01:00

16 lines
291 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen12lp/hw_cmds_adln.h"
#include "shared/source/os_interface/hw_info_config.h"
namespace NEO {
static EnableProductProductHelper<IGFX_ALDERLAKE_N> enableADLN;
} // namespace NEO