Skip to content

Commit

Permalink
Move Compute library to 21.11 (#9754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana Radhakrishnan authored Dec 17, 2021
1 parent 5c2855e commit 217204c
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 @@ -27,7 +27,7 @@ if [ "$architecture_type" != "aarch64" ]; then
gcc-aarch64-linux-gnu
fi

compute_lib_version="v21.08"
compute_lib_version="v21.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 217204c

Please sign in to comment.