aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 6507f7037a..0502e841f1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -121,7 +121,6 @@ cc_library_static {
"src/core/CL/kernels/CLStackLayerKernel.cpp",
"src/core/CL/kernels/CLStridedSliceKernel.cpp",
"src/core/CL/kernels/CLTileKernel.cpp",
- "src/core/CL/kernels/CLWeightsReshapeKernel.cpp",
"src/core/CPP/CPPTypes.cpp",
"src/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.cpp",
"src/core/CPP/kernels/CPPNonMaximumSuppressionKernel.cpp",
@@ -367,6 +366,7 @@ cc_library_static {
"src/core/gpu/cl/kernels/ClScaleKernel.cpp",
"src/core/gpu/cl/kernels/ClSoftmaxKernel.cpp",
"src/core/gpu/cl/kernels/ClTransposeKernel.cpp",
+ "src/core/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
"src/core/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
"src/core/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
"src/core/gpu/cl/kernels/ClWidthConcatenateKernel.cpp",
@@ -673,6 +673,7 @@ cc_library_static {
"src/runtime/gpu/cl/operators/ClFlatten.cpp",
"src/runtime/gpu/cl/operators/ClFloor.cpp",
"src/runtime/gpu/cl/operators/ClGemm.cpp",
+ "src/runtime/gpu/cl/operators/ClGemmConvolution.cpp",
"src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
"src/runtime/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
"src/runtime/gpu/cl/operators/ClLogicalNot.cpp",