/* * Copyright (C) 2018-2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "core/debug_settings/debug_settings_manager.h" #include "core/gen11/hw_cmds.h" #include "runtime/helpers/hardware_commands_helper.h" #include "runtime/helpers/hardware_commands_helper.inl" #include "runtime/helpers/hardware_commands_helper_base.inl" namespace NEO { template <> bool HardwareCommandsHelper::doBindingTablePrefetch() { return false; } template struct HardwareCommandsHelper; } // namespace NEO