From 716b1be5f92f5d025ed0ee15775b903728a8e73b Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 10 Feb 2021 17:33:27 +0000 Subject: Update OpenCL GEMM benchmark script - Update cl_gemm_benchmark.sh script. Now it also possible to split the benchmark among different platforms - Update documentation Resolves COMPMID-3848 Change-Id: Ifbf71cee5ff83aead76e20dcbf7dc5ce41526594 Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5047 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena --- docs/00_introduction.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 3dc86fe059..564115ce62 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2020 Arm Limited. +/// Copyright (c) 2017-2021 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -125,6 +125,8 @@ v21.02 Public major release - NEUpsampleLayerKernel / CLUpsampleLayerKernel - Extend OpenCL tuner with workgroup batch size support - Experimental extension for the OpenCL tuner to tune the batches of work groups distribute to compute units + - Add functionality to load the OpenCL GEMM heuristics at runtime + - The GEMM heuristic file (MLGO) can be used to update the default GEMM heuristics available for OpenCL v20.11 Public major release - Various bug fixes. -- cgit v1.2.1