From 57a896172ff77c13655b1dc5acc9cfb2930e0570 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Thu, 22 Aug 2019 14:10:27 +0100 Subject: COMPMID-2631: Deprecate CLGEMMMatrixAdditionKernel Change-Id: Ia6c2399ea839a6925493d92ae074e513d7b1b0fc Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/1792 Reviewed-by: Pablo Marquez Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- arm_compute/runtime/CL/functions/CLGEMM.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arm_compute/runtime') diff --git a/arm_compute/runtime/CL/functions/CLGEMM.h b/arm_compute/runtime/CL/functions/CLGEMM.h index e2a92a8a37..7efeb129db 100644 --- a/arm_compute/runtime/CL/functions/CLGEMM.h +++ b/arm_compute/runtime/CL/functions/CLGEMM.h @@ -24,7 +24,6 @@ #ifndef __ARM_COMPUTE_CLGEMM_H__ #define __ARM_COMPUTE_CLGEMM_H__ -#include "arm_compute/core/CL/kernels/CLGEMMMatrixAdditionKernel.h" #include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h" #include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h" #include "arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h" @@ -46,7 +45,6 @@ class ICLTensor; * -# @ref CLGEMMMatrixMultiplyKernel (only if either the NATIVE or RESHAPED_V1 is selected by the select_gemm_type method()) * -# @ref CLGEMMMatrixMultiplyReshapedKernel (only if RESHAPED_V1 is selected by the select_gemm_type method()) * -# @ref CLGEMMMatrixMultiplyReshapedOnlyRHSKernel (only if RESHAPED_ONLY_RHS is selected by the select_gemm_type method()) - * -# @ref CLGEMMMatrixAdditionKernel (if c != nullptr and beta != 0.0) * */ class CLGEMM : public IFunction -- cgit v1.2.1