compute-runtime/runtime/gen12lp/enable_hw_info_config_gen12...

18 lines
300 B
C++
Raw Normal View History

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/gen12lp/hw_cmds.h"
#include "runtime/os_interface/hw_info_config.h"
namespace NEO {
#ifdef SUPPORT_TGLLP
static EnableProductHwInfoConfig<IGFX_TIGERLAKE_LP> enableTGLLP;
#endif
} // namespace NEO