From 02dbcc21bbc0ea3479c4f6878825f5a2fd3691d3 Mon Sep 17 00:00:00 2001 From: Leandro Nunes Date: Thu, 26 Oct 2023 13:44:11 +0100 Subject: [PATCH] [ACL] Update Compute Library to v23.08 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 c42aa958fc60..d32a21c1fa47 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}"