/* * Copyright (C) 2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/gen12lp/hw_info_gen12lp.h" namespace NEO { struct ADLP; template <> struct HwMapper { enum { gfxFamily = IGFX_GEN12LP_CORE }; static const char *abbreviation; using GfxFamily = GfxFamilyMapper(gfxFamily)>::GfxFamily; using GfxProduct = ADLP; }; } // namespace NEO