/* * Copyright (C) 2022-2023 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/ail/ail_configuration.h" #include namespace NEO { template void AILConfigurationHw::modifyKernelIfRequired(std::string &kernel) { } template inline void AILConfigurationHw::forceFallbackToPatchtokensIfRequired(const std::string &kernelSources, bool &requiresFallback) { } template inline void AILConfigurationHw::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) { } } // namespace NEO