From e5563d9b0102846973f144cba42fb9002bebd09b Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Thu, 25 Jun 2020 17:18:36 +0100 Subject: COMPMID-3560: Fix F16 performance regression (OpenCL) The performance regression was caused by a change in the interface of the OpenCL kernels gemm_mm_reshaped_lhs_* Change-Id: I030df4975dc040886c17e71710a27137b50edd9b Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3465 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute') diff --git a/arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h b/arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h index aeedd50e0b..52bc7c45ce 100644 --- a/arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h +++ b/arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h @@ -182,6 +182,7 @@ private: bool _add_bias; bool _broadcast_bias; bool _export_to_cl_image; + unsigned int _k; }; } // namespace arm_compute #endif /*ARM_COMPUTE_CLGEMMMATRIXMULTIPLYRESHAPEDKERNEL_H*/ \ No newline at end of file -- cgit v1.2.1