From 584252d2343dc8fa8ac5ba4ab8d3397b69a62c19 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 29 Jun 2018 18:25:22 +0100 Subject: COMPMID-1355: OpenMP compilation is broken. Change-Id: If821ff02a68551d2181b2b7fdc3028cb5343341f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/138150 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/runtime/OMP/OMPScheduler.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arm_compute/runtime/OMP/OMPScheduler.h') diff --git a/arm_compute/runtime/OMP/OMPScheduler.h b/arm_compute/runtime/OMP/OMPScheduler.h index 681a36aef5..4ff787630f 100644 --- a/arm_compute/runtime/OMP/OMPScheduler.h +++ b/arm_compute/runtime/OMP/OMPScheduler.h @@ -57,6 +57,13 @@ public: * @param[in] hints Hints for the scheduler. */ void schedule(ICPPKernel *kernel, const Hints &hints) override; + /** Execute all the passed workloads + * + * @note there is no guarantee regarding the order in which the workloads will be executed or whether or not they will be executed in parallel. + * + * @param[in] workloads Array of workloads to run + */ + void run_workloads(std::vector &workloads) override; private: /** Constructor. */ -- cgit v1.2.1