Files
compute-runtime/shared/source/gen12lp/hw_info_tgllp.h
kamdiedrich e072275ae6 Reorganization directory structure [3/n]
Change-Id: If3dfa3f6007f8810a6a1ae1a4f0c7da38544648d
2020-02-23 23:48:28 +01:00

24 lines
439 B
C++

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