diff --git a/shared/source/ail/xe_hpg_core/dg2/ail_configuration_dg2.cpp b/shared/source/ail/xe_hpg_core/dg2/ail_configuration_dg2.cpp new file mode 100644 index 0000000000..8b65d8b2d1 --- /dev/null +++ b/shared/source/ail/xe_hpg_core/dg2/ail_configuration_dg2.cpp @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2021 Intel Corporation + * + * SPDX-License-Identifier: MIT + * + */ + +#include "shared/source/ail/ail_configuration.h" + +#include +namespace NEO { +static EnableAIL enableAILDG2; + +std::map> applicationMapDG2 = {}; + +template <> +inline void AILConfigurationHw::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) { +} +} // namespace NEO