This is an automated email from the ASF dual-hosted git repository.
ashutoshp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 4b62aac365 [ACL] Update Compute Library to v23.05 (#15344)
4b62aac365 is described below
commit 4b62aac36582d99bef6cbaad842ce453a1f815ab
Author: Leandro Nunes <[email protected]>
AuthorDate: Wed Jul 19 10:12:36 2023 +0100
[ACL] Update Compute Library to v23.05 (#15344)
Update Compute Library to follow latest developments in 23.05.
Changelog: https://arm-software.github.io/ComputeLibrary/v23.05
---
docker/install/ubuntu_download_arm_compute_lib_binaries.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/install/ubuntu_download_arm_compute_lib_binaries.sh
b/docker/install/ubuntu_download_arm_compute_lib_binaries.sh
index eec70c793a..83b8864234 100755
--- a/docker/install/ubuntu_download_arm_compute_lib_binaries.sh
+++ b/docker/install/ubuntu_download_arm_compute_lib_binaries.sh
@@ -28,7 +28,7 @@ if [ "$architecture_type" != "aarch64" ]; then
gcc-aarch64-linux-gnu
fi
-compute_lib_version="v23.02.1"
+compute_lib_version="v23.05"
compute_lib_variant="arm64-v8a-neon"
compute_lib_full_name="arm_compute-${compute_lib_version}-bin-linux-${compute_lib_variant}"
compute_lib_base_url="https://github.com/ARM-software/ComputeLibrary/releases/download/${compute_lib_version}"