From c7f9b893b8edc5660542821e2d0508460bc40225 Mon Sep 17 00:00:00 2001 From: Gian Marco Date: Thu, 30 Nov 2017 14:31:13 +0000 Subject: COMPMID-722 - Support for vector-matrix in GEMMLowp (NEON) This patch includes COMPMID-716 as well - Added vector-matrix case in NEGEMMLowpMatrixMultiplyKernel - Added benchmarks for NEON and OpenCL Change-Id: I715cd25e8668a4d6c8127e9a298a865e7713267f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111468 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com Reviewed-by: Georgios Pinitas --- arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h') diff --git a/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h b/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h index 889bbca7f2..cc513ade10 100644 --- a/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h +++ b/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h @@ -99,6 +99,8 @@ private: Tensor _workspace; int32_t _a_offset; int32_t _b_offset; + bool _run_vector_matrix_multiplication; + bool _dot_product_path; }; } #endif /*__ARM_COMPUTE_NEGEMMLOWPMATRIXMULTIPLYCORE_H__ */ -- cgit v1.2.1