COMPMID-3434 Add SIMD support in gemmlowp_mm_native
authorSiCong Li <sicong.li@arm.com>
Fri, 1 May 2020 11:55:16 +0000 (12:55 +0100)
committerSiCong Li <sicong.li@arm.com>
Wed, 6 May 2020 13:45:50 +0000 (13:45 +0000)
commit738893e7216aa80bd7af28f3eb200b61def0368f
treed819eee84f767e24904d98a0e4cdb2ed17310aa6
parent77b8859688c333bca35ebc8ca4d0b2652f480c4a
COMPMID-3434 Add SIMD support in gemmlowp_mm_native

* Add SIMD support in gemmlowp_mm_native for Midgard arch
* Extend the validation test to include the corner case of m0=1, n0=1 and
  k0=1

Change-Id: I1f5e384b206a20e974932b8aa10cd628c69e5efc
Signed-off-by: SiCong Li <sicong.li@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3142
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
src/core/CL/cl_kernels/gemmlowp.cl
tests/validation/CL/GEMMLowpMatrixMultiplyNative.cpp