/* * Copyright (C) 2017-2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include #include "runtime/helpers/kernel_commands.h" #include "hw_cmds.h" #include "runtime/helpers/kernel_commands.inl" #include "runtime/helpers/kernel_commands_base.inl" namespace OCLRT { template <> bool KernelCommandsHelper::isPipeControlWArequired() { return true; } template struct KernelCommandsHelper; } // namespace OCLRT