Files
compute-runtime/shared/source/gen12lp/hw_info_gen12lp.h
Warchulski, Jaroslaw b224ec947e Cleanup includes 50
Cleaned up files:
shared/source/helpers/hw_info.h

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
2023-02-10 20:26:13 +01:00

21 lines
334 B
C++

/*
* Copyright (C) 2019-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/helpers/hw_mapper.h"
namespace NEO {
struct Gen12LpFamily;
template <>
struct GfxFamilyMapper<IGFX_GEN12LP_CORE> {
typedef Gen12LpFamily GfxFamily;
static const char *name;
};
} // namespace NEO