mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
16 lines
278 B
C++
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
|