aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2019-04-01 13:43:13 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2019-04-02 10:22:16 +0100
commita6542c53e929172a36b4d3787686c13a7c569386 (patch)
treecf5e79549feae1d5f2cf5db4df4bda813af9c3d2
parent6fad9b78885c5615a1948c481bae0af023f79441 (diff)
downloadandroid-nn-driver-a6542c53e929172a36b4d3787686c13a7c569386.tar.gz
IVGCVSW-2832 (Part 2) update clframework pin to b4a44ff3aa98d2b51f1621a7525db3f81108a1bd
* Change in clframework to remove check for data format in the NE/CLReductionOperationKernel that was preventing a Resnet v2 50 model from running to completion !armnn:924 Change-Id: Ieab8b5f51df54b3379cedf02da119b3ffe79c7ab Signed-off-by: Jim Flynn <jim.flynn@arm.com>
-rw-r--r--Android.bp16
1 files changed, 12 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index c597ce67..c960ede6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -71,6 +71,8 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLElementWiseUnaryLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLErodeKernel.cpp",
"clframework/src/core/CL/kernels/CLFastCornersKernel.cpp",
+ "clframework/src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
+ "clframework/src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
"clframework/src/core/CL/kernels/CLFillBorderKernel.cpp",
"clframework/src/core/CL/kernels/CLFlattenLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLFloorKernel.cpp",
@@ -186,17 +188,19 @@ cc_library_static {
"clframework/src/core/NEON/kernels/assembly/Helpers.cpp",
"clframework/src/core/NEON/kernels/assembly/INEGEMMWrapperKernel.cpp",
"clframework/src/core/NEON/kernels/assembly/NEGEMMNativeWrapperKernel.cpp",
+ "clframework/src/core/NEON/kernels/convolution/common/padding.cpp",
+ "clframework/src/core/NEON/kernels/convolution/common/qasymm8.cpp",
"clframework/src/core/NEON/kernels/convolution/common/utils.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_2x2_3x3_1x1_fp32_fp32.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_2x2_3x3_2x2_fp32_fp32.cpp",
+ "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_3x3_3x3_1x1_fp16_fp16.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_3x3_3x3_1x1_fp32_fp32.cpp",
+ "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_3x3_3x3_2x2_fp16_fp16.cpp",
"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_fp16_fp16.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_1x1_u8_s32.cpp",
- "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_2x2_fp16_fp16.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_2x2_fp32_fp32.cpp",
- "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_2x2_u8_s32.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/batched_blocked_gemm.cpp",
"clframework/src/core/NEON/kernels/convolution/winograd/transforms/input_1x8_fp32.cpp",
"clframework/src/core/NEON/kernels/convolution/winograd/transforms/input_2x2_3x3_fp32.cpp",
@@ -330,6 +334,7 @@ cc_library_static {
"clframework/src/core/SubTensorInfo.cpp",
"clframework/src/core/TensorInfo.cpp",
"clframework/src/core/Utils.cpp",
+ "clframework/src/core/utils/helpers/fft.cpp",
"clframework/src/core/utils/helpers/tensor_transform.cpp",
"clframework/src/core/utils/io/FileHandler.cpp",
"clframework/src/core/utils/logging/FilePrinter.cpp",
@@ -393,11 +398,13 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLDerivative.cpp",
"clframework/src/runtime/CL/functions/CLDilate.cpp",
"clframework/src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
+ "clframework/src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLElementwiseOperations.cpp",
"clframework/src/runtime/CL/functions/CLElementWiseUnaryLayer.cpp",
"clframework/src/runtime/CL/functions/CLEqualizeHistogram.cpp",
"clframework/src/runtime/CL/functions/CLErode.cpp",
"clframework/src/runtime/CL/functions/CLFastCorners.cpp",
+ "clframework/src/runtime/CL/functions/CLFFT1D.cpp",
"clframework/src/runtime/CL/functions/CLFillBorder.cpp",
"clframework/src/runtime/CL/functions/CLFlattenLayer.cpp",
"clframework/src/runtime/CL/functions/CLFloor.cpp",
@@ -502,6 +509,7 @@ cc_library_static {
"clframework/src/runtime/MEMUtils.cpp",
"clframework/src/runtime/MultiHOG.cpp",
"clframework/src/runtime/MultiImage.cpp",
+ "clframework/src/runtime/NEON/functions/assembly/NEDepthwiseConvolutionAssemblyDispatch.cpp",
"clframework/src/runtime/NEON/functions/assembly/NEGEMMInterleavedWrapper.cpp",
"clframework/src/runtime/NEON/functions/NEAbsoluteDifference.cpp",
"clframework/src/runtime/NEON/functions/NEAccumulate.cpp",