mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Change-Id: Ic9e7eb7ce7ada98e3c14ca4c951e0a7e5184c9ec Signed-off-by: Hinz <daria.hinz@intel.com>
19 lines
356 B
C++
19 lines
356 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "core/gen12lp/hw_cmds.h"
|
|
#include "runtime/helpers/enable_product.inl"
|
|
#include "runtime/os_interface/hw_info_config.h"
|
|
|
|
namespace NEO {
|
|
|
|
#ifdef SUPPORT_TGLLP
|
|
static EnableGfxProductHw<IGFX_TIGERLAKE_LP> enableGfxProductHwTGLLP;
|
|
#endif
|
|
|
|
} // namespace NEO
|