From 7f62346b0b399ff30213be8df7c175933298b242 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 28 Apr 2023 14:33:34 +0100 Subject: Update ACL pin to 99b6fd210d84511b5d746871b8510a482a2950b8 * Fix filelist issue with CPU MatMul Signed-off-by: Nikhil Raj Change-Id: Iaeaae6467df23b36e48fe6aa707d61c28515ad16 --- scripts/get_compute_library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index bac8f30516..a134b39ef9 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -10,7 +10,7 @@ CMD=$( basename "$0" ) #DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_23_02" # Release 23.02 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="f16eed979ecaa234b308c8eb145c5f9512673a54" #9472: Change fp16 GeMM heuristic for Arm® Mali™-G77 | https://review.mlplatform.org/c/ml/ComputeLibrary/+/9472 +DEFAULT_CLFRAMEWORKREVISION="99b6fd210d84511b5d746871b8510a482a2950b8" #9517: Fix filelist issue with CPU MatMul | https://review.mlplatform.org/c/ml/ComputeLibrary/+/9517 usage() { echo -e "get_compute_library.sh: Clones the Arm Compute Library (ACL) repo from the ML Platform server and checks out -- cgit v1.2.1