From 730e82503112dee08dad51c9613bd0ba66dafc9a Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 4 Nov 2022 11:11:52 +0000 Subject: Update ACL pin to 22.11 release branch Signed-off-by: Nikhil Raj Change-Id: Id32a970b0fe7a6af3b8d5e17a6f380b5e09341db --- scripts/get_compute_library.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index b543cea4d0..8f44c81760 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -7,10 +7,10 @@ CMD=$( basename "$0" ) # For pinning to a ref use this: -#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_22_08" # Release 22.08 +DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_22_11" # Release 22.11 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="73f19af80aaee8929553739894b8dd8fedb163c3" #8546: Add Dynamic Fusion GpuConv2d FP32/FP16 testcase | https://review.mlplatform.org/c/ml/ComputeLibrary/+/8546 +#DEFAULT_CLFRAMEWORKREVISION="73f19af80aaee8929553739894b8dd8fedb163c3" #8546: Add Dynamic Fusion GpuConv2d FP32/FP16 testcase | https://review.mlplatform.org/c/ml/ComputeLibrary/+/8546 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