compute-runtime/runtime/gen10/linux/hw_info_config_gen10.cpp

13 lines
203 B
C++

/*
* Copyright (C) 2017-2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/os_interface/hw_info_config.inl"
#ifdef SUPPORT_CNL
#include "hw_info_config_cnl.inl"
#endif