From 08ddd7b1c6c6c08361115142eb58e43267d5f264 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 19 Dec 2018 10:01:18 +0000 Subject: COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernel Change-Id: I913a7297a0c34a05b1d37eab1489b430423700e8 Reviewed-on: https://review.mlplatform.org/417 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/core/CL') diff --git a/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h b/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h index 77d7494a7f..6c9b2a0d27 100644 --- a/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h +++ b/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h @@ -56,7 +56,7 @@ public: * lhs_info.m0: 2,3,4,5,6,7,8 * lhs_info.k0: 2,4,8,16 * lhs_info.v0: greater than 0 - * lhs_info.transpose: false + * lhs_info.transpose: true, false * lhs_info.interleave: true, false * @param[in] reinterpret_input_as_3d (Optional) True if the input has to be reinterpreted as 3D tensor */ @@ -70,7 +70,7 @@ public: * lhs_info.m0: 2,3,4,5,6,7,8 * lhs_info.k0: 2,4,8,16 * lhs_info.v0: greater than 0 - * lhs_info.transpose: false + * lhs_info.transpose: true, false * lhs_info.interleave: true, false * @param[in] reinterpret_input_as_3d True if the input has to be reinterpreted as 3D tensor * -- cgit v1.2.1