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