aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 20afbfc1d6..46cdb06a25 100644
--- a/Android.bp
+++ b/Android.bp
@@ -649,6 +649,7 @@ cc_library_static {
"src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
"src/gpu/cl/kernels/ClIm2ColKernel.cpp",
"src/gpu/cl/kernels/ClIndirectConv2dAddressPrecalculationKernel.cpp",
+ "src/gpu/cl/kernels/ClIndirectConv2dKernel.cpp",
"src/gpu/cl/kernels/ClMulKernel.cpp",
"src/gpu/cl/kernels/ClPermuteKernel.cpp",
"src/gpu/cl/kernels/ClPool2dKernel.cpp",
@@ -697,6 +698,7 @@ cc_library_static {
"src/gpu/cl/operators/ClGemmConv2d.cpp",
"src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
"src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
+ "src/gpu/cl/operators/ClIndirectConv2d.cpp",
"src/gpu/cl/operators/ClLogicalNot.cpp",
"src/gpu/cl/operators/ClMul.cpp",
"src/gpu/cl/operators/ClPRelu.cpp",
@@ -772,6 +774,7 @@ cc_library_static {
"src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
"src/runtime/CL/functions/CLGather.cpp",
"src/runtime/CL/functions/CLGenerateProposalsLayer.cpp",
+ "src/runtime/CL/functions/CLIndirectConvolutionLayer.cpp",
"src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp",
"src/runtime/CL/functions/CLL2NormalizeLayer.cpp",
"src/runtime/CL/functions/CLLSTMLayer.cpp",