feature: Add support for ARL-S

Related-To: NEO-8187
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-10-10 17:12:45 +00:00
committed by Compute-Runtime-Automation
parent f7b72a70b6
commit a3faf5dacc
57 changed files with 798 additions and 61 deletions

View File

@@ -0,0 +1,20 @@
/*
* Copyright (C) 2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_ARROWLAKE> enableAILARL;
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapARL = {};
template class AILConfigurationHw<IGFX_ARROWLAKE>;
} // namespace NEO