aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2018-12-19 10:01:18 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2018-12-19 15:18:53 +0000
commit08ddd7b1c6c6c08361115142eb58e43267d5f264 (patch)
treeceb54fb05d5c6cf1489fae6322051c1effaee2d8 /arm_compute/core/CL
parent9382ab366997cbf6fdb0d4a6312bce113ea74a51 (diff)
downloadComputeLibrary-08ddd7b1c6c6c08361115142eb58e43267d5f264.tar.gz
COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernel
Change-Id: I913a7297a0c34a05b1d37eab1489b430423700e8 Reviewed-on: https://review.mlplatform.org/417 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/core/CL')
-rw-r--r--arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h4
1 files changed, 2 insertions, 2 deletions
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
*