aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2017-11-23 12:10:21 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:41:04 +0000
commitb7b31538eb9137e4d3e8de6d381dcbe9fc58df94 (patch)
tree7cca8c388cfb15867b9d92c6fd793ca1588b6526 /src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp
parent02bf80d4554cfc824a76008905921cb564bee999 (diff)
downloadComputeLibrary-b7b31538eb9137e4d3e8de6d381dcbe9fc58df94.tar.gz
COMPMID-464 Implement Depthwise separable convolution on NEON
Change-Id: Iccd686be18381e96bcf09b14c7017c6dda0f38d8 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/109824 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp')
-rw-r--r--src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp b/src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp
index 743cd4a38f..c23941426e 100644
--- a/src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp
+++ b/src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp
@@ -32,6 +32,7 @@
#include "arm_compute/core/Types.h"
#include "support/ToolchainSupport.h"
+#include "arm_compute/runtime/CL/CLScheduler.h"
#include <tuple>
using namespace arm_compute;