aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/Fixedpoint
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2017-07-03 14:38:50 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:15:39 +0100
commit6410fb2a14427713251f5d97144ac5d4f17c988c (patch)
tree7f5c4e6f4a197a7510dbd19aeee13d2db7252167 /tests/validation/NEON/Fixedpoint
parentf0dea703ce3e2b465e79298bca95c4952a60f608 (diff)
downloadComputeLibrary-6410fb2a14427713251f5d97144ac5d4f17c988c.tar.gz
COMPMID-417: Revert invsqrt validation implementation.
Change-Id: I7da949aaddef8cbd25b3d05727839b7b82b08eb5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79530 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com>
Diffstat (limited to 'tests/validation/NEON/Fixedpoint')
-rw-r--r--tests/validation/NEON/Fixedpoint/Invsqrt_QS16.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/validation/NEON/Fixedpoint/Invsqrt_QS16.cpp b/tests/validation/NEON/Fixedpoint/Invsqrt_QS16.cpp
index 6b674860d8..fc79db08aa 100644
--- a/tests/validation/NEON/Fixedpoint/Invsqrt_QS16.cpp
+++ b/tests/validation/NEON/Fixedpoint/Invsqrt_QS16.cpp
@@ -102,8 +102,10 @@ BOOST_AUTO_TEST_SUITE(QS16)
BOOST_AUTO_TEST_SUITE(Invsqrt)
BOOST_TEST_DECORATOR(*boost::unit_test::label("precommit") * boost::unit_test::label("nightly"))
-BOOST_DATA_TEST_CASE(RunSmall, Small1DShape() * boost::unit_test::data::xrange(1, 14), shape, fixed_point_position)
+BOOST_DATA_TEST_CASE(RunSmall, boost::unit_test::data::xrange(1, 14), fixed_point_position)
{
+ TensorShape shape(8192U);
+
// Compute function
Tensor dst = compute_invsqrt_qs16(shape, fixed_point_position);