mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Add PVC AIL specialization
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f47814fb32
commit
72b9dd8a4a
19
shared/source/ail/xe_hpc_core/pvc/ail_configuration_pvc.cpp
Normal file
19
shared/source/ail/xe_hpc_core/pvc/ail_configuration_pvc.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_PVC> enableAILPVC;
|
||||
|
||||
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapPVC = {};
|
||||
|
||||
template <>
|
||||
inline void AILConfigurationHw<IGFX_PVC>::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) {
|
||||
}
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user