aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/Utils.cpp
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2021-02-05 09:30:57 +0000
committerSiCong Li <sicong.li@arm.com>2021-02-09 11:59:33 +0000
commitdb4a6c15e55aaffbe555c33f3e10795d822701e7 (patch)
tree8c2aeddf0e71a92263735a26c44d0a0377f1381c /src/runtime/CL/Utils.cpp
parentf5aad5166e430819ce8592e0e322d084c4b69d91 (diff)
downloadComputeLibrary-db4a6c15e55aaffbe555c33f3e10795d822701e7.tar.gz
Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part2
* Associate CLScheduler with CLGEMMHeuristicsHandle * Add option in arm_compute_validation for mlgo file path * Extend logging for the selection of gemm configurations Resolves: COMPMID-3843, COMPMID-3844 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I869c3a4122414ae6a7bbd721966c1da37621ca11 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5002 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/CL/Utils.cpp')
-rw-r--r--src/runtime/CL/Utils.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/runtime/CL/Utils.cpp b/src/runtime/CL/Utils.cpp
index e04ce84e49..da3d4850bf 100644
--- a/src/runtime/CL/Utils.cpp
+++ b/src/runtime/CL/Utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited.
+ * Copyright (c) 2020-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,6 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#include "arm_compute/runtime/CL/Utils.h"
+
#include "arm_compute/core/CL/CLKernelLibrary.h"
#include "arm_compute/runtime/CL/CLScheduler.h"