mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Add AIL product enablers
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0a106c150e
commit
be598fc692
19
shared/source/ail/gen12lp/adls/ail_configuration_adls.cpp
Normal file
19
shared/source/ail/gen12lp/adls/ail_configuration_adls.cpp
Normal 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
|
||||
Reference in New Issue
Block a user