aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLScheduler.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-01-15 11:15:26 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:43:13 +0000
commit84f3ae89369ab896576ea17112956b42bc60d203 (patch)
treed62115563b18cb1c634910e5c836ed2fecedbd36 /arm_compute/runtime/CL/CLScheduler.h
parent86fb1e74dc4c696dbab0efc45e9449129182e040 (diff)
downloadComputeLibrary-84f3ae89369ab896576ea17112956b42bc60d203.tar.gz
COMPMID-830 Fix hang in arm_compute_benchmark NEON
Problem seems to happen when calling clfinish inside the CLScheduler destructor. Removed destructor and now calling sync() in benchmarks main.cpp. Change-Id: Ibb36a0d19aa03349d291407a1fb8266dce3ec75b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/116288 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/CLScheduler.h')
-rw-r--r--arm_compute/runtime/CL/CLScheduler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arm_compute/runtime/CL/CLScheduler.h b/arm_compute/runtime/CL/CLScheduler.h
index c76ee3f273..89c3bc1553 100644
--- a/arm_compute/runtime/CL/CLScheduler.h
+++ b/arm_compute/runtime/CL/CLScheduler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2018 ARM Limited.
+ * Copyright (c) 2016-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -52,8 +52,6 @@ class CLScheduler
private:
/** Constructor */
CLScheduler();
- /** Destructor */
- ~CLScheduler();
/** Prevent instances of this class from being copied (As this class contains pointers) */
CLScheduler(const CLScheduler &) = delete;
/** Prevent instances of this class from being copied (As this class contains pointers) */