From 3e05e4e85912e745b8555102e1bcef13478d2ceb Mon Sep 17 00:00:00 2001 From: steniu01 Date: Fri, 25 Aug 2017 17:18:01 +0100 Subject: COMPMID-516 Change the CL CNN validation functions to use relative tolerance error Change-Id: Iec6347af26ea2a83c911f5fe10e6048e8a2a47ba Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85381 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/validation/NEON/ReductionOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/NEON/ReductionOperation.cpp') diff --git a/tests/validation/NEON/ReductionOperation.cpp b/tests/validation/NEON/ReductionOperation.cpp index 4ea71a6336..cf603c67ff 100644 --- a/tests/validation/NEON/ReductionOperation.cpp +++ b/tests/validation/NEON/ReductionOperation.cpp @@ -44,7 +44,7 @@ namespace validation namespace { /** Tolerance for float operations */ -constexpr RelativeTolerance tolerance_f32(0.00001f); +RelativeTolerance tolerance_f32(0.00001f); } // namespace TEST_SUITE(NEON) -- cgit v1.2.1