mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 00:10:58 +08:00
14 lines
257 B
C++
14 lines
257 B
C++
/*
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "core/os_interface/hw_info_config.inl"
|
|
#include "core/os_interface/hw_info_config_bdw_plus.inl"
|
|
|
|
#ifdef SUPPORT_BDW
|
|
#include "hw_info_config_bdw.inl"
|
|
#endif
|