aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-06-03 11:59:49 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-06-03 11:57:29 +0000
commitdc16982920c81d1657b1e7a33ce6490cc2e8d487 (patch)
tree1645ddfe5df83baa33db345817addc02a2a863f3 /Android.bp
parentd5bfae1fb06dd2f1227a7518f4951de10874e71a (diff)
downloadandroid-nn-driver-dc16982920c81d1657b1e7a33ce6490cc2e8d487.tar.gz
Update the CL pin to the latest master
* Removed no longer existing files from Android.bp !armnn:1267 Change-Id: I9b4eec42ef75778e7dff1a26792e64a8ec403708 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 4a997929..07487e53 100644
--- a/Android.bp
+++ b/Android.bp
@@ -123,7 +123,6 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLGaussian3x3Kernel.cpp",
"clframework/src/core/CL/kernels/CLGaussian5x5Kernel.cpp",
"clframework/src/core/CL/kernels/CLGaussianPyramidKernel.cpp",
- "clframework/src/core/CL/kernels/CLGEMMInterleave4x4Kernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp",
@@ -141,7 +140,6 @@ cc_library_static {
"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/CLGenerateProposalsLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLHarrisCornersKernel.cpp",
"clframework/src/core/CL/kernels/CLHeightConcatenateLayerKernel.cpp",
@@ -436,7 +434,6 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLCropResize.cpp",
"clframework/src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
- "clframework/src/runtime/CL/functions/CLDepthConcatenateLayer.cpp",
"clframework/src/runtime/CL/functions/CLDepthConvertLayer.cpp",
"clframework/src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.cpp",
@@ -465,10 +462,8 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLGEMM.cpp",
"clframework/src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp",
- "clframework/src/runtime/CL/functions/CLGEMMInterleave4x4.cpp",
"clframework/src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
"clframework/src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
- "clframework/src/runtime/CL/functions/CLGEMMTranspose1xW.cpp",
"clframework/src/runtime/CL/functions/CLGenerateProposalsLayer.cpp",
"clframework/src/runtime/CL/functions/CLHarrisCorners.cpp",
"clframework/src/runtime/CL/functions/CLHistogram.cpp",
@@ -528,7 +523,6 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLUpsampleLayer.cpp",
"clframework/src/runtime/CL/functions/CLWarpAffine.cpp",
"clframework/src/runtime/CL/functions/CLWarpPerspective.cpp",
- "clframework/src/runtime/CL/functions/CLWidthConcatenateLayer.cpp",
"clframework/src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLWinogradInputTransform.cpp",
"clframework/src/runtime/CL/functions/CLYOLOLayer.cpp",
@@ -586,7 +580,6 @@ cc_library_static {
"clframework/src/runtime/NEON/functions/NECopy.cpp",
"clframework/src/runtime/NEON/functions/NECropResize.cpp",
"clframework/src/runtime/NEON/functions/NEDeconvolutionLayer.cpp",
- "clframework/src/runtime/NEON/functions/NEDepthConcatenateLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.cpp",
@@ -677,7 +670,6 @@ cc_library_static {
"clframework/src/runtime/NEON/functions/NEUpsampleLayer.cpp",
"clframework/src/runtime/NEON/functions/NEWarpAffine.cpp",
"clframework/src/runtime/NEON/functions/NEWarpPerspective.cpp",
- "clframework/src/runtime/NEON/functions/NEWidthConcatenateLayer.cpp",
"clframework/src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp",
"clframework/src/runtime/NEON/functions/NEYOLOLayer.cpp",
"clframework/src/runtime/NEON/INESimpleFunction.cpp",