aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2018-03-23 11:40:05 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:49:16 +0000
commitfc004494c9cde94fe7b5d67199faf2596e223cf3 (patch)
treea9b365a9ff7e5aedeb6341cba676b1e8022f42e6 /arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h
parentc357c47be8a3f210f9eee9a05cc13f1051b036d3 (diff)
downloadComputeLibrary-fc004494c9cde94fe7b5d67199faf2596e223cf3.tar.gz
COMPMID-959: Removed Interleave blocked kernel.
Change-Id: I775eecbc39da583aae2eb4e033c5930dfc402899 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/125684 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h3
1 files changed, 1 insertions, 2 deletions
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: