Skip to content

Commit

Permalink
[ACL] Update Compute Library to v23.08 (apache#15990)
Browse files Browse the repository at this point in the history
Update Compute Library to follow latest developments in 23.08
Changelog: https://arm-software.github.io/ComputeLibrary/v23.08

Change-Id: I851851edc3e9fa0f925c37f0789d397da0fa9a66
  • Loading branch information
leandron authored Oct 27, 2023
1 parent d9f3029 commit 7eedea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_download_arm_compute_lib_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7eedea5

Please sign in to comment.