Skip to content

Commit 217204c

Browse files
author
Ramana Radhakrishnan
authored
Move Compute library to 21.11 (#9754)
1 parent 5c2855e commit 217204c

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
@@ -27,7 +27,7 @@ if [ "$architecture_type" != "aarch64" ]; then
2727
gcc-aarch64-linux-gnu
2828
fi
2929

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

0 commit comments

Comments
 (0)