From acb270c24a7d86086f34bf7d33b38141a8f5cd55 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 2 Jan 2024 14:54:50 +0000 Subject: Update ACL pin to c310c11a4baa1eca4e4007b3250f4a771989f36f * Fix nightly issue caused by gemm_reshaped_only_rhs_mmul kernel Signed-off-by: Teresa Charlin Change-Id: Iff1edca64a000387c33f12756f15b1ef2fe575cd --- 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 817cfd0964..820b902138 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_11" # Release 23.11 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="306a8a9fb0dacd2c1e5d65f76420c12162203986" #10891: Fix nightly bug caused by not validation 3d cases for input tensor +DEFAULT_CLFRAMEWORKREVISION="c310c11a4baa1eca4e4007b3250f4a771989f36f" #Fix nightly issue caused by gemm_reshaped_only_rhs_mmul kernel 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