Files
compute-runtime/shared/source/gen8/hw_info_gen8.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
325 B
C++

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