Files
compute-runtime/shared/source/ail/gen12lp/dg1/ail_configuration_dg1.cpp
Warchulski, Jaroslaw 6cbb3cfb05 Cleanup includes 3
Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
2022-11-07 14:52:31 +01:00

21 lines
386 B
C++

/*
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_DG1> enableAILDG1;
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapDG1 = {};
template class AILConfigurationHw<IGFX_DG1>;
} // namespace NEO