compute-runtime/core/gen8/enable_gen8.cpp

20 lines
336 B
C++
Raw Normal View History

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