From 3502613ec7223a415c6f648d8e0b54d387e00d7d Mon Sep 17 00:00:00 2001 From: Gian Marco Date: Thu, 22 Feb 2018 15:28:44 +0000 Subject: COMPMID-765 - Fix performance issues on OpenCL The problem was related to the reshape of the weights. The reshaping happened for each run Change-Id: Ie7d02fa6bb08df34e44213303e9eb0700ff77160 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121877 Reviewed-by: Michele DiGiorgio Reviewed-by: Pablo Tello Reviewed-by: Anthony Barbier Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h') diff --git a/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h b/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h index 24029509b8..5f8830a361 100644 --- a/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h +++ b/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h @@ -176,6 +176,7 @@ private: CLTensor _tmp_output; bool _is_quantized; + bool _is_first_run; }; } #endif /* __ARM_COMPUTE_CLGEMMCONVOLUTIONLAYER_H__ */ -- cgit v1.2.1