aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-09-03 17:40:57 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-09-03 17:41:03 +0100
commitd1b016e2643fa6be8389340b5ca901dadaa98983 (patch)
treeaff1f5b8788b22b330fb9ff5d10351ac09120f2b
parenta3b10a802e116840a15c8a631023fdb0394a2bc3 (diff)
downloadandroid-nn-driver-d1b016e2643fa6be8389340b5ca901dadaa98983.tar.gz
IVGCVSW-3686 Update ACL pin
* Changes to Android.bp to build the driver with the latest ACL version !armnn:1855 Change-Id: I3360c41b7b4f30c5adb46977a1ea7bd8946f433e Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
-rw-r--r--Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 8f5b7267..78783c39 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,7 +139,6 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpReductionKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.cpp",
- "clframework/src/core/CL/kernels/CLGEMMMatrixAdditionKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.cpp",
@@ -169,6 +168,7 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.cpp",
"clframework/src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
+ "clframework/src/core/CL/kernels/CLPadLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLPermuteKernel.cpp",
"clframework/src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp",
"clframework/src/core/CL/kernels/CLPoolingLayerKernel.cpp",
@@ -458,7 +458,6 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLDepthConvertLayer.cpp",
"clframework/src/runtime/CL/functions/CLDepthToSpaceLayer.cpp",
"clframework/src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
- "clframework/src/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLDequantizationLayer.cpp",
"clframework/src/runtime/CL/functions/CLDerivative.cpp",
"clframework/src/runtime/CL/functions/CLDilate.cpp",
@@ -610,7 +609,6 @@ cc_library_static {
"clframework/src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
- "clframework/src/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDequantizationLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDerivative.cpp",
"clframework/src/runtime/NEON/functions/NEDilate.cpp",