From eb65f6da695ac0d3e495817145cceb1c4de4f048 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 15 Apr 2020 11:42:15 +0100 Subject: COMPMID-3304: Update OpenCL GEMM heuristic for Int8 Change-Id: I6b7ff678d8d0437a1639db2ff602ea1cdb155464 Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3056 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 7a04eec29f..b53c46482a 100644 --- a/Android.bp +++ b/Android.bp @@ -68,6 +68,7 @@ cc_library_static { "src/core/CL/OpenCL.cpp", "src/core/CL/gemm/CLGEMMHelpers.cpp", "src/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.cpp", + "src/core/CL/gemm/native/CLGEMMNativeKernelConfigurationMidgard.cpp", "src/core/CL/gemm/native/CLGEMMNativeKernelConfigurationValhall.cpp", "src/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.cpp", "src/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationValhall.cpp", @@ -121,7 +122,6 @@ cc_library_static { "src/core/CL/kernels/CLFlattenLayerKernel.cpp", "src/core/CL/kernels/CLFloorKernel.cpp", "src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp", - "src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp", "src/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.cpp", "src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.cpp", "src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp", -- cgit v1.2.1