aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2019-01-17 09:47:04 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2019-01-25 16:58:49 +0000
commitdb63b9c431264c9ef612e69a66b13a07b8f54786 (patch)
tree038da443ce016ecf4c25c91bad83f895a2930a36 /arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h
parent5ce99a28e247374140c7ffb0b3baf536b8ceed52 (diff)
downloadComputeLibrary-db63b9c431264c9ef612e69a66b13a07b8f54786.tar.gz
COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernel
Change-Id: Ia4db21b394a0b9235393202ce3c00b11cceb94ea Reviewed-on: https://review.mlplatform.org/568 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h')
-rw-r--r--arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h b/arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h
index b452c53c39..c452e159cf 100644
--- a/arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h
+++ b/arm_compute/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.h
@@ -40,6 +40,8 @@ public:
private:
std::pair<GEMMLHSMatrixInfo, GEMMRHSMatrixInfo> configure_G7x_f32(unsigned int m, unsigned int n, unsigned int k, unsigned int b);
std::pair<GEMMLHSMatrixInfo, GEMMRHSMatrixInfo> configure_G76_f32(unsigned int m, unsigned int n, unsigned int k, unsigned int b);
+ std::pair<GEMMLHSMatrixInfo, GEMMRHSMatrixInfo> configure_G7x_u8(unsigned int m, unsigned int n, unsigned int k, unsigned int b);
+ std::pair<GEMMLHSMatrixInfo, GEMMRHSMatrixInfo> configure_G76_u8(unsigned int m, unsigned int n, unsigned int k, unsigned int b);
};
} // namespace cl_gemm
} // namespace arm_compute