Skip to content

Commit 18f2176

Browse files
leandronyongwww
authored andcommitted
[CI] Update Compute Library to v22.11 (apache#14084)
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/
1 parent b41a4cd commit 18f2176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install/ubuntu_download_arm_compute_lib_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$architecture_type" != "aarch64" ]; then
2828
gcc-aarch64-linux-gnu
2929
fi
3030

31-
compute_lib_version="v22.08"
31+
compute_lib_version="v22.11"
3232
compute_lib_variant="arm64-v8a-neon"
3333
compute_lib_full_name="arm_compute-${compute_lib_version}-bin-linux-${compute_lib_variant}"
3434
compute_lib_base_url="https://github.com/ARM-software/ComputeLibrary/releases/download/${compute_lib_version}"

0 commit comments

Comments
 (0)