2019-09-19 01:32:33 +08:00
|
|
|
/*
|
2021-08-06 21:53:24 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-09-19 01:32:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-06-26 22:06:56 +08:00
|
|
|
#include "shared/source/gen12lp/hw_info_gen12lp.h"
|
|
|
|
|
2019-09-19 01:32:33 +08:00
|
|
|
namespace NEO {
|
|
|
|
const char *GfxFamilyMapper<IGFX_GEN12LP_CORE>::name = "Gen12LP";
|
|
|
|
} // namespace NEO
|