aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-07-11 14:59:38 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-07-11 15:47:03 +0000
commitaeae97353e2c7041b7b9aabafcdd5da9a683895b (patch)
tree688ab2ce9fdaa2e55f8cda0820a7ec15c7ffeb94
parente1d60bbe806312a9c17ef0e9426a71a38619f210 (diff)
downloadandroid-nn-driver-aeae97353e2c7041b7b9aabafcdd5da9a683895b.tar.gz
Update ACL pin to d473386e4d5e0edcf55e13a2bf3c422a23fac0de
* Includes fixes for ResizeNearestNeighbor on CL and NEON !armnn:1522 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: Idaf946fd372478ae81037f046dfec601a548fb34
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0276523a..3d62a4b3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,6 +50,7 @@ cc_library_static {
"clframework/build/android-arm64v8a/src/core/CL",
"clframework/arm_compute/core/NEON/kernels/assembly",
"clframework/arm_compute/core/NEON/kernels/convolution/common",
+ "clframework/arm_compute/core/NEON/kernels/convolution/depthwise",
"clframework/arm_compute/core/NEON/kernels/convolution/winograd"],
export_include_dirs: ["clframework", "clframework/include"],
srcs: [
@@ -246,6 +247,8 @@ cc_library_static {
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_3x3_3x3_2x2_fp32_fp32.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_1x1_fp32_fp32.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_2x2_fp32_fp32.cpp",
+ "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_dilated.cpp",
+ "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_dilated_qa8_qa8.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_pack_parameters.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_qa8_qa8.cpp",
"clframework/src/core/NEON/kernels/convolution/winograd/padding.cpp",