From 8314e3e2dfe2ae22f26f25c172a233c17bba2477 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 2 May 2023 15:31:04 +0100 Subject: Update ACL pin to 60ab4e66ea3cb85042035fd1aafbfea666bb4ea7 * Fix export_to_cl_image issue in the fp16 GeMM implementation Signed-off-by: Teresa Charlin Change-Id: I07440e48243abb599a0bd9e6d96d8c3291e87e91 --- 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 bae25f56ae..93cc04f75b 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_02" # Release 23.02 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="f0ff76dbfc9137d0dfc5e99666e24c7a2ca8b072" #9534: Add Reorder to changelog | https://review.mlplatform.org/c/ml/ComputeLibrary/+/9534 +DEFAULT_CLFRAMEWORKREVISION="60ab4e66ea3cb85042035fd1aafbfea666bb4ea7" #Fix export_to_cl_image issue in the fp16 GeMM implementation 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