Add PVC AIL specialization

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-12-08 13:28:35 +00:00
committed by Compute-Runtime-Automation
parent f47814fb32
commit 72b9dd8a4a

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_PVC> enableAILPVC;
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapPVC = {};
template <>
inline void AILConfigurationHw<IGFX_PVC>::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) {
}
} // namespace NEO