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 d216c6785d..bb0486403b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -707,6 +707,7 @@ cc_library_static {
"src/gpu/cl/kernels/ClQuantizeKernel.cpp",
"src/gpu/cl/kernels/ClReshapeKernel.cpp",
"src/gpu/cl/kernels/ClScaleKernel.cpp",
+ "src/gpu/cl/kernels/ClScatterKernel.cpp",
"src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
"src/gpu/cl/kernels/ClTransposeKernel.cpp",
"src/gpu/cl/kernels/ClTransposedConvolutionKernel.cpp",
@@ -758,6 +759,7 @@ cc_library_static {
"src/gpu/cl/operators/ClQuantize.cpp",
"src/gpu/cl/operators/ClReshape.cpp",
"src/gpu/cl/operators/ClScale.cpp",
+ "src/gpu/cl/operators/ClScatter.cpp",
"src/gpu/cl/operators/ClSoftmax.cpp",
"src/gpu/cl/operators/ClSub.cpp",
"src/gpu/cl/operators/ClTranspose.cpp",
@@ -856,6 +858,7 @@ cc_library_static {
"src/runtime/CL/functions/CLReshapeLayer.cpp",
"src/runtime/CL/functions/CLReverse.cpp",
"src/runtime/CL/functions/CLScale.cpp",
+ "src/runtime/CL/functions/CLScatter.cpp",
"src/runtime/CL/functions/CLSelect.cpp",
"src/runtime/CL/functions/CLSlice.cpp",
"src/runtime/CL/functions/CLSoftmaxLayer.cpp",