From 90313eb8f72cf9ba17cbf7b84382a609e927a1fe Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 16 Jan 2019 15:40:25 +0000 Subject: COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel Change-Id: I040478ff7aa04f0523ed6e302129b829442cb194 Reviewed-on: https://review.mlplatform.org/534 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou --- arm_compute/runtime/CL/functions/CLGEMM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/runtime/CL/functions/CLGEMM.h') diff --git a/arm_compute/runtime/CL/functions/CLGEMM.h b/arm_compute/runtime/CL/functions/CLGEMM.h index 624df33ef6..3ec07cf5f9 100644 --- a/arm_compute/runtime/CL/functions/CLGEMM.h +++ b/arm_compute/runtime/CL/functions/CLGEMM.h @@ -115,7 +115,7 @@ private: bool _run_addition; bool _reshape_b_only_on_first_run; bool _is_prepared; - bool _is_G76_path; + bool _is_new_gemm_reshaped; // Removed when COMPMID-1892 is completed }; } // namespace arm_compute -- cgit v1.2.1