From d1b016e2643fa6be8389340b5ca901dadaa98983 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 3 Sep 2019 17:40:57 +0100 Subject: 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 --- Android.bp | 4 +--- 1 file changed, 1 insertion(+), 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", -- cgit v1.2.1