You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by lu...@apache.org on 2023/10/27 16:38:39 UTC

(tvm) branch main updated: [ACL] Update Compute Library to v23.08 (#15990)

This is an automated email from the ASF dual-hosted git repository.

lukhut 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 7eedea53fc [ACL] Update Compute Library to v23.08 (#15990)
7eedea53fc is described below

commit 7eedea53fc33989c4345d7e26c33ce27792d4165
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Fri Oct 27 17:38:33 2023 +0100

    [ACL] Update Compute Library to v23.08 (#15990)
    
    Update Compute Library to follow latest developments in 23.08
    Changelog: https://arm-software.github.io/ComputeLibrary/v23.08
    
    Change-Id: I851851edc3e9fa0f925c37f0789d397da0fa9a66
---
 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 c42aa958fc..d32a21c1fa 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.05.1"
+compute_lib_version="v23.08"
 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}"