mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
Change-Id: I1685057a641d938170b8c7ec860d2f53f45b1d6d Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
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
|