From 45144df6e010af50c45320d1107f041d42a7eea4 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 5 Oct 2022 10:14:05 +0100 Subject: Update ACL pin to db14af697b934d684d8b3d63a00ad5bea5c07bfb * Update GEMM reshaped rhs only heuristic Signed-off-by: Nikhil Raj Change-Id: I3b7489c1133ed8ae03dbc7c1e30b1979d604f4ba --- 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 18197408c8..3f8aca803a 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_22_08" # Release 22.08 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="ff81de5a9a0f6b9331c3b112cc2aed552f0482a9" #Fix overflow in NEActivationLayer for FP16 type +DEFAULT_CLFRAMEWORKREVISION="db14af697b934d684d8b3d63a00ad5bea5c07bfb" #8364: Update GEMM reshaped rhs only heuristic | https://review.mlplatform.org/c/ml/ComputeLibrary/+/8364 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