Files
compute-runtime/shared/source/gen12lp/hw_info.h
Piotr Zdunowski 48e7ca6102 Opensource RKL.
Resolves: NEO-5017

Change-Id: I29364aa331f802bd298bd08df440aa1e33dd3c4e
Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
2020-09-02 17:06:51 +02:00

18 lines
261 B
C

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#ifdef SUPPORT_TGLLP
#include "hw_info_tgllp.h"
#endif
#ifdef SUPPORT_DG1
#include "hw_info_dg1.h"
#endif
#ifdef SUPPORT_RKL
#include "hw_info_rkl.h"
#endif