compute-runtime/runtime/gen8/enable_gen8.cpp

19 lines
340 B
C++
Raw Normal View History

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