2020-10-08 21:40:40 +08:00
|
|
|
/*
|
2021-03-10 02:02:59 +08:00
|
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
2020-10-08 21:40:40 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/helpers/hw_info.h"
|
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
template class HwInfoConfigHw<IGFX_ALDERLAKE_S>;
|
|
|
|
} // namespace NEO
|