Skip to content

Commit b362810

Browse files
Add DG2 AIL template specialization
Signed-off-by: Bartosz Dunajski <[email protected]>
1 parent 35607e7 commit b362810

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (C) 2021 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: MIT
5+
*
6+
*/
7+
8+
#include "shared/source/ail/ail_configuration.h"
9+
10+
#include <map>
11+
namespace NEO {
12+
static EnableAIL<IGFX_DG2> enableAILDG2;
13+
14+
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapDG2 = {};
15+
16+
template <>
17+
inline void AILConfigurationHw<IGFX_DG2>::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) {
18+
}
19+
} // namespace NEO

0 commit comments

Comments
 (0)