From 1705b9abfe782f3a0f621d77cd86b7e7adb44560 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Wed, 20 Sep 2023 15:00:15 +0100 Subject: Update ACL pin to e071b5e31004b29afefaa96907032bfd2b4e5a43 * Fix the validation issue in AddMulAdd fused kernel Signed-off-by: Teresa Charlin Change-Id: I4b487f4b0dac222dc80185f1d68f417eb5c59b49 --- 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 bbbf9d1cbf..fc57d6ff5f 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="500e10b3222e726cfc5d484f924d5eb98016a754" #10298: Add CL command buffer class +DEFAULT_CLFRAMEWORKREVISION="e071b5e31004b29afefaa96907032bfd2b4e5a43" #Fix the validation issue in AddMulAdd fused 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