From db63b9c431264c9ef612e69a66b13a07b8f54786 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Thu, 17 Jan 2019 09:47:04 +0000 Subject: COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernel Change-Id: Ia4db21b394a0b9235393202ce3c00b11cceb94ea Reviewed-on: https://review.mlplatform.org/568 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- 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 3ec07cf5f9..0bad446551 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_new_gemm_reshaped; // Removed when COMPMID-1892 is completed + bool _is_new_gemm_reshaped; // Remove when COMPMID-1892 is completed }; } // namespace arm_compute -- cgit v1.2.1