mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
19 lines
354 B
C++
19 lines
354 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2019 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "runtime/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
|