Files
compute-runtime/runtime/gen12lp/hw_info_gen12lp.h
Dunajski, Bartosz d18d1b6ce4 Opensource TGLLP
Change-Id: I1685057a641d938170b8c7ec860d2f53f45b1d6d
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
2019-09-27 09:20:41 +02:00

21 lines
317 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "runtime/helpers/hw_info.h"
namespace NEO {
struct TGLLPFamily;
template <>
struct GfxFamilyMapper<IGFX_GEN12LP_CORE> {
typedef TGLLPFamily GfxFamily;
static const char *name;
};
} // namespace NEO