compute-runtime/runtime/gen12lp/hw_info_gen12lp.cpp

15 lines
245 B
C++
Raw Normal View History

/*
* 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