compute-runtime/runtime/gen8/enable_hw_info_config_gen8.cpp

18 lines
284 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "hw_cmds.h"
#include "runtime/os_interface/hw_info_config.h"
namespace OCLRT {
#ifdef SUPPORT_BDW
static EnableProductHwInfoConfig<IGFX_BROADWELL> enableBDW;
#endif
} // namespace OCLRT