|
/*
|
|
* Copyright (C) 2021-2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/helpers/compiler_hw_info_config.h"
|
|
|
|
namespace NEO {
|
|
|
|
CompilerProductHelper *CompilerProductHelperFactory[IGFX_MAX_PRODUCT] = {};
|
|
|
|
} // namespace NEO
|