/* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include namespace NEO { template void AILConfigurationHw::modifyKernelIfRequired(std::string &kernel) { } template inline void AILConfigurationHw::applyExt(RuntimeCapabilityTable &runtimeCapabilityTable) { } } // namespace NEO