aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 90da25be..e53cf8b5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -161,11 +161,9 @@ cc_library_static {
"clframework/src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
"clframework/src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
"clframework/src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
+ "clframework/src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_nativeA_pretransposeB_16x4/generic.cpp",
"clframework/src/core/NEON/kernels/assembly/Helpers.cpp",
"clframework/src/core/NEON/kernels/assembly/INEGEMMWrapperKernel.cpp",
- "clframework/src/core/NEON/kernels/assembly/NEGEMMInterleavedMatrixMultiplyWrapper.cpp",
- "clframework/src/core/NEON/kernels/assembly/NEGEMMInterleavedPrepareBWrapperKernel.cpp",
- "clframework/src/core/NEON/kernels/assembly/NEGEMMInterleavedTransformAWrapper.cpp",
"clframework/src/core/NEON/kernels/assembly/NEGEMMNativeWrapperKernel.cpp",
"clframework/src/core/NEON/kernels/convolution/common/utils.cpp",
"clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_2x2_3x3_1x1_fp32_fp32.cpp",
@@ -421,6 +419,7 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLWinogradInputTransform.cpp",
"clframework/src/runtime/CL/functions/CLYOLOLayer.cpp",
+ "clframework/src/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.cpp",
"clframework/src/runtime/CL/ICLSimpleFunction.cpp",
"clframework/src/runtime/CL/tuners/BifrostTuner.cpp",
"clframework/src/runtime/CL/tuners/MidgardTuner.cpp",