aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-12-14 13:02:14 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-12-17 10:33:30 +0000
commitd58725e0738d8a4f6c65d0a8311692c8abe66909 (patch)
treeb0faf6782d6ff8e62d76070ecd1b6de96ab92760
parentf176d5af107b8797d9eb74d1699a4e405e4a9a83 (diff)
downloadandroid-nn-driver-d58725e0738d8a4f6c65d0a8311692c8abe66909.tar.gz
Updated the Android.bp file to build the latest CL master
Change-Id: Ib7e21bc5e818a13f208c037fdf2453343d2141ef
-rw-r--r--Android.bp12
1 files 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",