Files
compute-runtime/shared/source/ail/gen8/bdw/ail_configuration_bdw.cpp
Zbigniew Zdanowicz 0b7e6d90a3 refactor: add ail context sync flag
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2023-10-15 15:10:13 +02:00

16 lines
278 B
C++

/*
* Copyright (C) 2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/ail/ail_configuration_base.inl"
namespace NEO {
static EnableAIL<IGFX_BROADWELL> enableAILBDW;
template class AILConfigurationHw<IGFX_BROADWELL>;
} // namespace NEO