Files
compute-runtime/shared/source/ail/gen12lp/rkl/ail_configuration_rkl.cpp
Kamil Kopryk d308df254c Add ail for FAHBench on DG2
Add missing synchronization in the FAHBench kernel
which caused hang on DG2.

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
Related-To: NEO-6946
2022-06-21 10:21:51 +02:00

21 lines
431 B
C++

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