Skip to content

Commit

Permalink
[ACL] Update Compute Library to v23.05.1 (#15600)
Browse files Browse the repository at this point in the history
Update Compute Library to follow latest developments in 23.05.1.

Changelog: https://arm-software.github.io/ComputeLibrary/v23.05.1
  • Loading branch information
leandron authored Aug 22, 2023
1 parent a99bc9d commit 32658f8
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"
compute_lib_version="v23.05.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}"
Expand Down

0 comments on commit 32658f8

Please sign in to comment.