compute-runtime/shared/source/gen11/enable_hw_info_config_gen11...

24 lines
490 B
C++
Raw Normal View History

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen11/hw_cmds.h"
#include "shared/source/os_interface/hw_info_config.h"
namespace NEO {
#ifdef SUPPORT_ICLLP
static EnableProductHwInfoConfig<IGFX_ICELAKE_LP> enableICLLP;
#endif
#ifdef SUPPORT_LKF
static EnableProductHwInfoConfig<IGFX_LAKEFIELD> enableLKF;
#endif
#ifdef SUPPORT_EHL
static EnableProductHwInfoConfig<IGFX_ELKHARTLAKE> enableEHL;
#endif
} // namespace NEO