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

leandron pushed a commit to branch update_acl_2208
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 0a507cbd8cfbf987d9798f7d9cf588ba021b2e60
Author: Leandro Nunes <[email protected]>
AuthorDate: Tue Oct 11 17:14:22 2022 +0100

    [CI] Update Compute Library to v22.08
    
    This updates Compute Library from v21.11 to v22.08.
    
    Changelog for this version can be found at:
    https://arm-software.github.io/ComputeLibrary/v22.08/
    
    Change-Id: Ibfc6e9c8ed9b47bf52a2b28e096d9920fb0146ff
---
 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 051a94b71c..639332239c 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="v21.11"
+compute_lib_version="v22.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}";

Reply via email to