From 85cafff0dd99b6f94a77a7d7933682fa7c6a4a70 Mon Sep 17 00:00:00 2001 From: Gunes Bayir Date: Mon, 18 Dec 2023 13:29:31 +0000 Subject: =?UTF-8?q?Add=20Mali=E2=84=A2-G720=20and=20Mali=E2=84=A2-G620=20a?= =?UTF-8?q?s=20GpuTargets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds adds the latest Gpus as Gpu Target and sets up kernel selection heuristics for MatMul to address some nightly issues. Resolves: COMPMID-6766 Change-Id: I29dbb08c5ecfb3fcd63230b0b1675ab557074aca Signed-off-by: Gunes Bayir Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10902 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Jakub Sujak Benchmark: 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 617b01648f..0c9550905e 100644 --- a/filelist.json +++ b/filelist.json @@ -532,7 +532,8 @@ "src/gpu/cl/operators/ClMatMul.cpp", "src/runtime/CL/functions/CLMatMul.cpp", "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultConfigValhall.cpp", - "src/runtime/heuristics/matmul_native/ClMatMulNativeHelpers.cpp" + "src/runtime/heuristics/matmul_native/ClMatMulNativeHelpers.cpp", + "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultVariantValhall.cpp" ] } }, -- cgit v1.2.1