From 6410fb2a14427713251f5d97144ac5d4f17c988c Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 3 Jul 2017 14:38:50 +0100 Subject: COMPMID-417: Revert invsqrt validation implementation. Change-Id: I7da949aaddef8cbd25b3d05727839b7b82b08eb5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79530 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/validation/NEON/Fixedpoint/Invsqrt_QS16.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/validation/NEON/Fixedpoint') 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); -- cgit v1.2.1