From 78ce2730ecd2f1e666cdd10263bf054c0b740a9c Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Fri, 4 Aug 2023 15:26:41 +0100 Subject: Document the Conv2D heuristic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add a new section in the documentation to describe how the conv2D heuristic works on Arm® Cortex®-based CPUs and Arm® Mali™-based GPUs - Add CKW_UNUSED in compute_kernel_writer/src/cl/CLTile.cpp to avoid the compilation error due to an unused variable - Remove FFT from the list of algorithms to be selected by the CPU Conv2d heuristic. Resolves COMPMID-6163 Signed-off-by: Gian Marco Iodice Change-Id: I51384d7749451b2562642683e8b2429a355166bb Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10065 Benchmark: Arm Jenkins Reviewed-by: Jakub Sujak Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- docs/DoxygenLayout.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/DoxygenLayout.xml') diff --git a/docs/DoxygenLayout.xml b/docs/DoxygenLayout.xml index fb42ba0535..4e09e20e3d 100644 --- a/docs/DoxygenLayout.xml +++ b/docs/DoxygenLayout.xml @@ -8,6 +8,7 @@ + -- cgit v1.2.1