compute-runtime/shared/source/gen11/hw_info_gen11.h

21 lines
322 B
C++

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