aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2023-05-10 14:33:30 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2023-05-10 15:31:03 +0000
commit318782b87e80c7d67d5a71b4122683fecd9efc0e (patch)
tree9b0aa2d09c923f9d01d13b06fe4cfdf752c3d933 /src/runtime
parent4494b552619a1431365dbe6a25db06647ebb129f (diff)
downloadComputeLibrary-318782b87e80c7d67d5a71b4122683fecd9efc0e.tar.gz
Remove inclusion of NEReorderKernel header from NEReorderLayer
Resolves: COMPMID-6235 Change-Id: I7a094a23244286090415ee2788632cfa7bd6c037 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9608 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/NEON/functions/NEReorderLayer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/NEON/functions/NEReorderLayer.cpp b/src/runtime/NEON/functions/NEReorderLayer.cpp
index 53a7718902..2ab1029f02 100644
--- a/src/runtime/NEON/functions/NEReorderLayer.cpp
+++ b/src/runtime/NEON/functions/NEReorderLayer.cpp
@@ -25,6 +25,7 @@
#include "arm_compute/runtime/NEON/NEScheduler.h"
#include "arm_compute/runtime/NEON/functions/NEReorderLayer.h"
+#include "src/core/NEON/kernels/NEReorderKernel.h"
namespace arm_compute
{