From b290d583a47ca64d5bc105a99407e407413aa176 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 9 Apr 2019 15:23:56 +0100 Subject: IVGCVSW-2912 Move clframework pin to a4bba9c594c4022c9f85192bb8fd3593ad1a8d3c !armnn:964 Change-Id: Iae2670235aaebd5a3bd189e167354038c4f4c68b Signed-off-by: Jim Flynn --- Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", -- cgit v1.2.1