/* * 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" #include "opencl/source/helpers/enable_product.inl" namespace NEO { #ifdef SUPPORT_ICLLP static EnableGfxProductHw enableGfxProductHwICLLP; #endif #ifdef SUPPORT_LKF static EnableGfxProductHw enableGfxProductHwLKF; #endif #ifdef SUPPORT_EHL static EnableGfxProductHw enableGfxProductHwEHL; #endif } // namespace NEO