aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLTuner.h
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-02-28 18:04:45 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:48:33 +0000
commitf5dcf79ba060cc042ed77c73c1a907780c5fe863 (patch)
treec394047ba87482d81e905b287eda89dd9baa3540 /arm_compute/runtime/CL/CLTuner.h
parent8b81195919eaab90a803fabae57ca05136e9430e (diff)
downloadComputeLibrary-f5dcf79ba060cc042ed77c73c1a907780c5fe863.tar.gz
COMPMID-978: Fixed bug in Load/Store tuning data and in the CLTuner interceptor
Change-Id: I6cdecef623ff5806cf82cb12a60aef8aefec32f5 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122712 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/CLTuner.h')
-rw-r--r--arm_compute/runtime/CL/CLTuner.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/CLTuner.h b/arm_compute/runtime/CL/CLTuner.h
index a321241fee..1c71709a7a 100644
--- a/arm_compute/runtime/CL/CLTuner.h
+++ b/arm_compute/runtime/CL/CLTuner.h
@@ -100,6 +100,12 @@ public:
// Inherited methods overridden:
void tune_kernel(ICLKernel &kernel) override;
+ /** Is the kernel_event set ?
+ *
+ * @return true if the kernel_event is set.
+ */
+ bool kernel_event_is_set() const;
+
private:
/** Find optimal LWS using brute-force approach
*