From d58725e0738d8a4f6c65d0a8311692c8abe66909 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 14 Dec 2018 13:02:14 +0000 Subject: Updated the Android.bp file to build the latest CL master Change-Id: Ib7e21bc5e818a13f208c037fdf2453343d2141ef --- Android.bp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Android.bp b/Android.bp index 4b76fe4f..d318f767 100644 --- a/Android.bp +++ b/Android.bp @@ -34,9 +34,6 @@ cc_library_static { "clframework/src/core/CL/kernels/CLAbsoluteDifferenceKernel.cpp", "clframework/src/core/CL/kernels/CLAccumulateKernel.cpp", "clframework/src/core/CL/kernels/CLActivationLayerKernel.cpp", - "clframework/src/core/CL/kernels/CLArithmeticAdditionKernel.cpp", - "clframework/src/core/CL/kernels/CLArithmeticDivisionKernel.cpp", - "clframework/src/core/CL/kernels/CLArithmeticSubtractionKernel.cpp", "clframework/src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp", "clframework/src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp", "clframework/src/core/CL/kernels/CLBitwiseAndKernel.cpp", @@ -66,6 +63,7 @@ cc_library_static { "clframework/src/core/CL/kernels/CLDilateKernel.cpp", "clframework/src/core/CL/kernels/CLDirectConvolutionLayerKernel.cpp", "clframework/src/core/CL/kernels/CLDirectConvolutionOutputStageKernel.cpp", + "clframework/src/core/CL/kernels/CLElementwiseOperationKernel.cpp", "clframework/src/core/CL/kernels/CLErodeKernel.cpp", "clframework/src/core/CL/kernels/CLFastCornersKernel.cpp", "clframework/src/core/CL/kernels/CLFillBorderKernel.cpp", @@ -84,7 +82,10 @@ cc_library_static { "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/CLGEMMMatrixMultiplyReshapedKernel.cpp", "clframework/src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.cpp", + "clframework/src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.cpp", + "clframework/src/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.cpp", "clframework/src/core/CL/kernels/CLGEMMTranspose1xWKernel.cpp", "clframework/src/core/CL/kernels/CLHarrisCornersKernel.cpp", "clframework/src/core/CL/kernels/CLHistogramKernel.cpp", @@ -321,9 +322,6 @@ cc_library_static { "clframework/src/runtime/CL/functions/CLAbsoluteDifference.cpp", "clframework/src/runtime/CL/functions/CLAccumulate.cpp", "clframework/src/runtime/CL/functions/CLActivationLayer.cpp", - "clframework/src/runtime/CL/functions/CLArithmeticAddition.cpp", - "clframework/src/runtime/CL/functions/CLArithmeticDivision.cpp", - "clframework/src/runtime/CL/functions/CLArithmeticSubtraction.cpp", "clframework/src/runtime/CL/functions/CLBatchNormalizationLayer.cpp", "clframework/src/runtime/CL/functions/CLBatchToSpaceLayer.cpp", "clframework/src/runtime/CL/functions/CLBitwiseAnd.cpp", @@ -351,6 +349,7 @@ 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/CLElementwiseOperations.cpp", "clframework/src/runtime/CL/functions/CLEqualizeHistogram.cpp", "clframework/src/runtime/CL/functions/CLErode.cpp", "clframework/src/runtime/CL/functions/CLFastCorners.cpp", @@ -539,6 +538,7 @@ cc_library_static { "clframework/src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp", "clframework/src/runtime/NEON/functions/NEYOLOLayer.cpp", "clframework/src/runtime/NEON/INESimpleFunction.cpp", + "clframework/src/runtime/NEON/INESimpleFunctionNoBorder.cpp", "clframework/src/runtime/OffsetLifetimeManager.cpp", "clframework/src/runtime/OffsetMemoryPool.cpp", "clframework/src/runtime/OMP/OMPScheduler.cpp", -- cgit v1.2.1