Files
compute-runtime/shared/source/ail/gen12lp/rkl/ail_configuration_rkl.cpp
Maciej Plewka 8151224501 fix: add microsecond resolution for timeout
Related-To: NEO-13445
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2024-12-13 09:32:18 +01:00

25 lines
511 B
C++

/*
* Copyright (C) 2021-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
constexpr static auto gfxProduct = IGFX_ROCKETLAKE;
#include "shared/source/ail/ail_configuration_tgllp_and_later.inl"
namespace NEO {
static EnableAIL<gfxProduct> enableAILRKL;
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapRKL = {};
template class AILConfigurationHw<gfxProduct>;
} // namespace NEO