aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-02-09 16:18:27 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:46:07 +0000
commit1d77263c6d6c1d7fc4d9ef0b38d302a151f9b30b (patch)
tree65cbe13aadba17e018c226850af969f5aa09726b /src
parent4074c995d2a88684fd4a9d1aa36d51de56bb8dab (diff)
downloadComputeLibrary-1d77263c6d6c1d7fc4d9ef0b38d302a151f9b30b.tar.gz
COMPMID-765: Fix inclusion error.
Change-Id: I9d8eaadc1fa32716c109e64c9a8793d9b6f8cc6e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/119746 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/NEON/kernels/arm64/NEGEMMAArch64NativeKernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NEON/kernels/arm64/NEGEMMAArch64NativeKernel.cpp b/src/core/NEON/kernels/arm64/NEGEMMAArch64NativeKernel.cpp
index 0b2b0ccd8b..0b3212bf55 100644
--- a/src/core/NEON/kernels/arm64/NEGEMMAArch64NativeKernel.cpp
+++ b/src/core/NEON/kernels/arm64/NEGEMMAArch64NativeKernel.cpp
@@ -39,7 +39,7 @@
namespace arm_compute
{
-#include "arm_compute/core/NEON/kernels/winograd/gemm.hpp"
+#include "arm_compute/core/NEON/kernels/convolution/winograd/gemm.hpp"
} // namespace arm_compute
#include <arm_neon.h>