From a5cb79f18685292bf5b63a0c484a58945320823d Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 28 Dec 2022 13:53:51 +0000 Subject: Update the ClConv2d heuristic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update the ClConv2d heuristic to call indirect convolution on Arm® Mali™-G77 Gpus - Implement the indirect conv2d heuristic for selecting the block size Resolves COMPMID-5713 Change-Id: If6ad49124561207153685c6abd4f54950a376fbc Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8886 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- filelist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filelist.json') diff --git a/filelist.json b/filelist.json index c3582bc563..5828b43ec1 100644 --- a/filelist.json +++ b/filelist.json @@ -501,7 +501,8 @@ "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp", "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp", "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp", - "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp" + "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp", + "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp" ] } }, -- cgit v1.2.1