Files
compute-runtime/opencl/source/gen12lp/hw_info_gen12lp.cpp
Mateusz Jablonski 4cb6c17d21 Add missing header
Change-Id: I8c48c3262591273d208efb235be53840684f600a
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-06-26 17:15:04 +02:00

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