2018-06-04 10:20:09 +02:00
|
|
|
/*
|
2021-05-16 20:51:16 +02:00
|
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
2018-09-18 09:11:08 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
2018-06-04 10:20:09 +02:00
|
|
|
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/gen8/hw_cmds.h"
|
|
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
2020-02-24 10:22:30 +01:00
|
|
|
|
2020-02-22 22:50:57 +01:00
|
|
|
#include "opencl/source/helpers/enable_product.inl"
|
2019-02-27 11:39:32 +01:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2018-06-04 10:20:09 +02:00
|
|
|
|
|
|
|
|
#ifdef SUPPORT_BDW
|
|
|
|
|
static EnableGfxProductHw<IGFX_BROADWELL> enableGfxProductHwBDW;
|
|
|
|
|
#endif
|
|
|
|
|
|
2019-08-23 13:57:58 +02:00
|
|
|
} // namespace NEO
|