From c9c28351e6742732a6e8ad268ac93c36b94a8ee0 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 24 Oct 2023 11:26:26 +0100 Subject: Update ACL pin to 074b985f3855193bb47fb4055abb6b12f09f48d7 * FuseBatchNorm changes to enable fp16 in armv8a multi_isa builds Signed-off-by: Teresa Charlin Change-Id: I44efc2ac6975d8931b381a0e562fecbcba5ae0ec --- 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 3b88e03050..5a69d71113 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_08" # Release 23.08 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="0fa92b849fd4892a341a3cda5e2ff9092093f841" #10487: arm_gemm: Add SME2 FP16 GEMV using FP16->FP32 dot product. +DEFAULT_CLFRAMEWORKREVISION="074b985f3855193bb47fb4055abb6b12f09f48d7" #FuseBatchNorm changes to enable fp16 in armv8a multi_isa builds 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