From 960ccc4bc62cd589839b9ceb972ac1aa7f770c28 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 19 Oct 2017 13:26:42 +0100 Subject: 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 Tested-by: Kaizen --- src/runtime/NEON/functions/NEGEMMLowp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/NEON') 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. } } -- cgit v1.2.1