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

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

commit a443545d76d8bcff4616715dcafb38d72e16eec7
Author: Leandro Nunes <[email protected]>
AuthorDate: Wed Mar 29 15:01:05 2023 +0100

    [CL] Update Compute Library from v22.11 to v23.02.1
    
    * Changelog can be seen at
      https://arm-software.github.io/ComputeLibrary/v23.02.1/
    
    Change-Id: Icb26b02bd4b03f6024cd4bc88703492f807b0e3a
---
 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 0ced4c6060..eec70c793a 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="v22.11"
+compute_lib_version="v23.02.1"
 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