2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2021-08-06 21:53:24 +08:00
|
|
|
#include "shared/source/gen11/hw_info_gen11.h"
|
2019-01-10 22:36:57 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
const char *GfxFamilyMapper<IGFX_GEN11_CORE>::name = "Gen11";
|
|
|
|
} // namespace NEO
|