From 499f6b3fcaf6775ad32f705c2d8b46fdf2a1fb0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9E=A5=EC=A7=80=EC=84=AD/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 3 Sep 2019 14:48:07 +0900 Subject: [PATCH] Change to include the integrated header of ACL NEON (#7117) This commit changes to include the integrated header of ACL NEON. Signed-off-by: jiseob.jang --- .../arm_compute/runtime/NEON/NEFunctionsEx.h | 2 ++ runtimes/neurun/backend/acl_neon/KernelGenerator.cc | 19 ++----------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h b/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h index 1518972..f59355b 100644 --- a/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h +++ b/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h @@ -17,5 +17,7 @@ #define __ARM_COMPUTE_NEFUNCTIONSEX_H__ #include +#include +#include #endif // __ARM_COMPUTE_NEFUNCTIONSEX_H__ diff --git a/runtimes/neurun/backend/acl_neon/KernelGenerator.cc b/runtimes/neurun/backend/acl_neon/KernelGenerator.cc index 9da0139..4a5b741 100644 --- a/runtimes/neurun/backend/acl_neon/KernelGenerator.cc +++ b/runtimes/neurun/backend/acl_neon/KernelGenerator.cc @@ -16,23 +16,8 @@ #include "KernelGenerator.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include // Include all ARM Compute NEON functions +#include // Include all ARM Compute EX NEON functions #include #include -- 2.7.4