From ee6454a3dfc5d9e921689f0b60cfa15ad4ef6654 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Tue, 17 Sep 2019 10:56:51 +0100 Subject: COMPMID-2668: Add GEMM/GEMMLowp heuristic for Mali-G51 Change-Id: I920ee5ffeff86806b9ac0620250dba98d1d081ba Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/1955 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- .../reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute') diff --git a/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h b/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h index 3bed118f21..4e6112e269 100644 --- a/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h +++ b/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h @@ -54,8 +54,10 @@ public: private: std::pair configure_G7x_f32(unsigned int m, unsigned int n, unsigned int k, unsigned int b); std::pair configure_G76_f32(unsigned int m, unsigned int n, unsigned int k, unsigned int b); + std::pair configure_G51_f32(unsigned int m, unsigned int n, unsigned int k, unsigned int b); std::pair configure_G7x_u8(unsigned int m, unsigned int n, unsigned int k, unsigned int b); std::pair configure_G76_u8(unsigned int m, unsigned int n, unsigned int k, unsigned int b); + std::pair configure_G51_u8(unsigned int m, unsigned int n, unsigned int k, unsigned int b); }; } // namespace cl_gemm } // namespace arm_compute -- cgit v1.2.1