15 lines
245 B
C++
15 lines
245 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2019 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifdef SUPPORT_TGLLP
|
||
|
#include "hw_info_tgllp.inl"
|
||
|
#endif
|
||
|
|
||
|
namespace NEO {
|
||
|
const char *GfxFamilyMapper<IGFX_GEN12LP_CORE>::name = "Gen12LP";
|
||
|
} // namespace NEO
|