mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
feature: Add support for ARL-S
Related-To: NEO-8187 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f7b72a70b6
commit
a3faf5dacc
20
shared/source/ail/xe_hpg_core/arl/ail_configuration_arl.cpp
Normal file
20
shared/source/ail/xe_hpg_core/arl/ail_configuration_arl.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/ail/ail_configuration_base.inl"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
namespace NEO {
|
||||
static EnableAIL<IGFX_ARROWLAKE> enableAILARL;
|
||||
|
||||
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapARL = {};
|
||||
|
||||
template class AILConfigurationHw<IGFX_ARROWLAKE>;
|
||||
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user