compute-runtime/shared/source/gen9/hw_info_bxt.h

24 lines
424 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "hw_info_gen9.h"
namespace NEO {
struct BXT;
template <>
struct HwMapper<IGFX_BROXTON> {
enum { gfxFamily = IGFX_GEN9_CORE };
static const char *abbreviation;
typedef GfxFamilyMapper<static_cast<GFXCORE_FAMILY>(gfxFamily)>::GfxFamily GfxFamily;
typedef BXT GfxProduct;
};
} // namespace NEO