From 70858d8eb178532b0e728e6a7d09a77d27605020 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Fri, 5 Feb 2021 09:19:51 +0000 Subject: Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1 * Create a new public handle class CLGEMMHeuristicsHandle It is responsible for the loading and lifetime management of the underlying heuristics * Add to_string utility to several mlgo constructs for logging Resolves: COMPMID-3843, COMPMID-3844 Signed-off-by: SiCong Li Change-Id: Ib9c65e076daa6a9a204999cde9abf366dbabc496 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5001 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 94a4e6c13a..b531457673 100644 --- a/Android.bp +++ b/Android.bp @@ -463,6 +463,7 @@ cc_library_static { "src/runtime/BlobMemoryPool.cpp", "src/runtime/CL/CLBufferAllocator.cpp", "src/runtime/CL/CLDistribution1D.cpp", + "src/runtime/CL/CLGEMMHeuristicsHandle.cpp", "src/runtime/CL/CLHOG.cpp", "src/runtime/CL/CLHelpers.cpp", "src/runtime/CL/CLLut.cpp", -- cgit v1.2.1