2021-10-05 21:14:08 +08:00
|
|
|
/*
|
2022-11-30 22:28:39 +08:00
|
|
|
* Copyright (C) 2021-2022 Intel Corporation
|
2021-10-05 21:14:08 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/helpers/compiler_hw_info_config.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2022-11-30 22:28:39 +08:00
|
|
|
CompilerProductHelper *CompilerProductHelperFactory[IGFX_MAX_PRODUCT] = {};
|
2021-10-05 21:14:08 +08:00
|
|
|
|
|
|
|
} // namespace NEO
|