compute-runtime/runtime/gen11/hw_info.h

15 lines
210 B
C

/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#ifdef SUPPORT_ICLLP
#include "hw_info_icllp.h"
#endif
#ifdef SUPPORT_LKF
#include "hw_info_lkf.h"
#endif