Add AIL product enablers

Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
Kamil Diedrich
2021-08-09 08:38:18 +00:00
committed by Compute-Runtime-Automation
parent 0a106c150e
commit be598fc692
16 changed files with 200 additions and 45 deletions

View File

@@ -0,0 +1,19 @@
/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/ail/ail_configuration.h"
#include <map>
namespace NEO {
static EnableAIL<IGFX_ALDERLAKE_S> enableAILADLS;
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapADLS = {};
template <>
inline void AILConfigurationHw<IGFX_ALDERLAKE_S>::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) {
}
} // namespace NEO