aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c960ede6..8168aa4b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,6 +21,9 @@ cc_library_static {
"clframework/src/core/AccessWindowTranspose.cpp",
"clframework/src/core/CL/CLHelpers.cpp",
"clframework/src/core/CL/CLKernelLibrary.cpp",
+ "clframework/src/core/CL/gemm/CLGEMMHelpers.cpp",
+ "clframework/src/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.cpp",
+ "clframework/src/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.cpp",
"clframework/src/core/CL/ICLDistribution1D.cpp",
"clframework/src/core/CL/ICLHOG.cpp",
"clframework/src/core/CL/ICLKernel.cpp",
@@ -84,6 +87,7 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLGEMMInterleave4x4Kernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.cpp",
+ "clframework/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
@@ -483,7 +487,6 @@ 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",