mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Change-Id: I8c48c3262591273d208efb235be53840684f600a Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
20 lines
355 B
C++
20 lines
355 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifdef SUPPORT_TGLLP
|
|
#include "hw_info_tgllp.inl"
|
|
#endif
|
|
#ifdef SUPPORT_DG1
|
|
#include "hw_info_dg1.inl"
|
|
#endif
|
|
|
|
#include "shared/source/gen12lp/hw_info_gen12lp.h"
|
|
|
|
namespace NEO {
|
|
const char *GfxFamilyMapper<IGFX_GEN12LP_CORE>::name = "Gen12LP";
|
|
} // namespace NEO
|