Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2021-04-21 13:23:42 +02:00
committed by Compute-Runtime-Automation
parent 1bba3252bc
commit 33f05a25cd
4 changed files with 15 additions and 15 deletions

View File

@@ -1127,7 +1127,7 @@ inline void Kernel::makeArgsResident(CommandStreamReceiver &commandStreamReceive
}
}
void Kernel::performKernelTunning(CommandStreamReceiver &commandStreamReceiver, const Vec3<size_t> &lws, const Vec3<size_t> &gws, const Vec3<size_t> &offsets, TimestampPacketContainer *timestampContainer) {
void Kernel::performKernelTuning(CommandStreamReceiver &commandStreamReceiver, const Vec3<size_t> &lws, const Vec3<size_t> &gws, const Vec3<size_t> &offsets, TimestampPacketContainer *timestampContainer) {
auto performTunning = TunningType::DISABLED;
if (DebugManager.flags.EnableKernelTunning.get() != -1) {