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/backends/test/TensorCopyUtils.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/backends/test/TensorCopyUtils.cpp') diff --git a/src/backends/test/TensorCopyUtils.cpp b/src/backends/test/TensorCopyUtils.cpp index e92469aaa3..7e17e8b9fd 100644 --- a/src/backends/test/TensorCopyUtils.cpp +++ b/src/backends/test/TensorCopyUtils.cpp @@ -3,13 +3,11 @@ // SPDX-License-Identifier: MIT // -#include -#include -#include -#include - #include "TensorCopyUtils.hpp" +#include + + #ifdef ARMCOMPUTECL_ENABLED #include #endif @@ -24,6 +22,10 @@ #include +#include +#include +#include + void CopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* mem) { switch (tensorHandle->GetType()) -- cgit v1.2.1