From 616e775763280992de92287b129dc335be91a24c Mon Sep 17 00:00:00 2001 From: arovir01 Date: Mon, 1 Oct 2018 17:08:59 +0100 Subject: IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxed * Added RefPermuteFloat16Workload to serve as a fallback when CL does not support the required permute configuration for FP16 * Move Half.hpp to armnnUtils as the utils library should not be including private header files from the armnn library Change-Id: Ibf0f698451e8406f7ed7cce470dab60b6d16361d --- src/armnn/test/FP16SupportTest.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/armnn/test/FP16SupportTest.cpp') diff --git a/src/armnn/test/FP16SupportTest.cpp b/src/armnn/test/FP16SupportTest.cpp index 6baadc4c77..2706d1f363 100644 --- a/src/armnn/test/FP16SupportTest.cpp +++ b/src/armnn/test/FP16SupportTest.cpp @@ -7,6 +7,8 @@ #include #include #include +#include + #include #include #include @@ -15,7 +17,6 @@ #include #include -#include #include using namespace armnn; @@ -111,4 +112,4 @@ BOOST_AUTO_TEST_CASE(Fp16AdditionTest) BOOST_TEST(outputData == std::vector({ 101.0_h, 202.0_h, 303.0_h, 404.0_h})); // Add } -BOOST_AUTO_TEST_SUITE_END() \ No newline at end of file +BOOST_AUTO_TEST_SUITE_END() -- cgit v1.2.1