From 148b07500ad883ff2d31a4087ba2538103005979 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 11 Sep 2018 14:19:39 +0100 Subject: COMPMID-1563: Added a tag to ISCheduler::run_workloads to identify workloads Change-Id: Ieac59e3ccf47feab8f88c65200eb8a81b2eb4196 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/147728 Tested-by: bsgcomp Reviewed-by: Georgios Pinitas --- arm_compute/runtime/CPP/CPPScheduler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CPP/CPPScheduler.h') diff --git a/arm_compute/runtime/CPP/CPPScheduler.h b/arm_compute/runtime/CPP/CPPScheduler.h index 30bc4c8b70..17ed8310a4 100644 --- a/arm_compute/runtime/CPP/CPPScheduler.h +++ b/arm_compute/runtime/CPP/CPPScheduler.h @@ -61,6 +61,7 @@ public: */ void schedule(ICPPKernel *kernel, const Hints &hints) override; +protected: /** Will run the workloads in parallel using num_threads * * @param[in] workloads Workloads to run -- cgit v1.2.1