From b362810973543c59ade60f8e1b4fe122a8de181c Mon Sep 17 00:00:00 2001 From: Bartosz Dunajski Date: Fri, 26 Nov 2021 09:42:40 +0000 Subject: [PATCH] Add DG2 AIL template specialization Signed-off-by: Bartosz Dunajski --- .../xe_hpg_core/dg2/ail_configuration_dg2.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 shared/source/ail/xe_hpg_core/dg2/ail_configuration_dg2.cpp 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