Files
compute-runtime/runtime/kernel/kernel_extra.cpp
Filip Hazubski db81e7247c Rename kernel_helpers.cpp to kernel_extra.cpp
Change-Id: I9f63b296433ea19d65d5204f7c1f2040238a3148
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2019-11-14 18:59:35 +01:00

16 lines
294 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/kernel/kernel.h"
namespace NEO {
bool Kernel::requiresCacheFlushCommand(const CommandQueue &commandQueue) const {
return false;
}
void Kernel::reconfigureKernel() {
}
} // namespace NEO