aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-10-19 13:26:42 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit960ccc4bc62cd589839b9ceb972ac1aa7f770c28 (patch)
tree8e31231612d69cbb5689bb1cad99d61ba424686d /src
parent7d3d1b923b7793f1cf5e29c78bfda2582522cf25 (diff)
downloadComputeLibrary-960ccc4bc62cd589839b9ceb972ac1aa7f770c28.tar.gz
COMPMID-556: Disable GEMMLowp tests until we've got the intrinsics version merged
Change-Id: Ie7bf46a157358ed64b4397002b10f583e7740c69 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/92367 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'src')
-rw-r--r--src/runtime/NEON/functions/NEGEMMLowp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NEGEMMLowp.cpp b/src/runtime/NEON/functions/NEGEMMLowp.cpp
index 90e47ceca0..716d52ae63 100644
--- a/src/runtime/NEON/functions/NEGEMMLowp.cpp
+++ b/src/runtime/NEON/functions/NEGEMMLowp.cpp
@@ -88,7 +88,7 @@ void NEGEMMLowp::configure(const ITensor *a, const ITensor *b, ITensor *output)
else
{
ARM_COMPUTE_ERROR("Not implemented");
- // This is in the process of being updated, for more info please refer to COMPMID-624.
+ //FIXME: This is in the process of being updated, for more info please refer to COMPMID-624.
}
}