mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
15 lines
250 B
C++
15 lines
250 B
C++
/*
|
|
* Copyright (C) 2019-2020 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
|