From fc004494c9cde94fe7b5d67199faf2596e223cf3 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Fri, 23 Mar 2018 11:40:05 +0000 Subject: COMPMID-959: Removed Interleave blocked kernel. Change-Id: I775eecbc39da583aae2eb4e033c5930dfc402899 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/125684 Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arm_compute/runtime/NEON/functions') diff --git a/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h b/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h index 95776f829a..5e05e93855 100644 --- a/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h +++ b/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h @@ -48,7 +48,6 @@ class ITensor; * * otherwise if the DOT product instruction is available: * - * -# @ref NEGEMMInterleaveBlockedKernel * -# @ref NEGEMMLowpOffsetContributionKernel * */ @@ -85,7 +84,7 @@ public: */ static Status validate(const ITensorInfo *a, const ITensorInfo *b, const ITensorInfo *output, const GEMMInfo &gemm_info = GEMMInfo()); - // Inherited methods overridden: + // Inherited methods overridden void run() override; private: -- cgit v1.2.1