Skip to content

Commit

Permalink
[BYOC][ACL] ACL migrated to v21.02
Browse files Browse the repository at this point in the history
This PR switches ACL* version from v20.11 to v21.02

ACL stands for Compute Library for the Arm® Architecture.

Change-Id: Id364b571d5611ca6eb6d2bde09448a65aae3f73b
  • Loading branch information
d-smirnov committed Mar 12, 2021
1 parent 1a50679 commit 7a07723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/install/ubuntu_install_arm_compute_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ git clone "$repo_url" "$repo_dir"

cd "$repo_dir"

# pin version to v20.11
git checkout 49b8f90
# pin version to v21.02
git checkout 7dcb9fa

if [ "$architecture_type" != "aarch64" ]; then
build_type="cross_compile"
Expand Down

0 comments on commit 7a07723

Please sign in to comment.