mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Change-Id: I04b0c0faaa7ff42e62c3d1765e6ba54c76ae2ee0 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
19 lines
439 B
C++
19 lines
439 B
C++
/*
|
|
* Copyright (C) 2017-2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#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 struct KernelCommandsHelper<CNLFamily>;
|
|
|
|
template <>
|
|
bool KernelCommandsHelper<CNLFamily>::isPipeControlWArequired() { return true; }
|
|
} // namespace OCLRT
|