Skip to content

Commit

Permalink
[CI] Update Compute Library to v22.11 (apache#14084)
Browse files Browse the repository at this point in the history
This updates Compute Library from v22.08 to v22.11.

Changelog for this version can be found at:
https://arm-software.github.io/ComputeLibrary/v22.11/
  • Loading branch information
leandron authored and yongwww committed Feb 27, 2023
1 parent b41a4cd commit 18f2176
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="v22.08"
compute_lib_version="v22.11"
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 18f2176

Please sign in to comment.