aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 69a0affdb2..90d34179d6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,6 +108,7 @@ opencl_srcs = [
"src/core/CL/cl_kernels/nhwc/dwc_native_fp_nhwc.cl",
"src/core/CL/cl_kernels/nhwc/dwc_native_quantized_nhwc.cl",
"src/core/CL/cl_kernels/nhwc/im2col.cl",
+ "src/core/CL/cl_kernels/nhwc/indirect_convolution.cl",
"src/core/CL/cl_kernels/nhwc/normalization_layer.cl",
"src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer.cl",
"src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer_quantized.cl",
@@ -637,6 +638,7 @@ cc_library_static {
"src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
"src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
"src/gpu/cl/kernels/ClIm2ColKernel.cpp",
+ "src/gpu/cl/kernels/ClIndirectConv2dAddressPrecalculationKernel.cpp",
"src/gpu/cl/kernels/ClMulKernel.cpp",
"src/gpu/cl/kernels/ClPermuteKernel.cpp",
"src/gpu/cl/kernels/ClPool2dKernel.cpp",