Skip to content

Commit 41fb9f4

Browse files
authored
[CL] Update Compute Library from v22.11 to v23.02.1 (#14426)
Changelog can be seen at https://arm-software.github.io/ComputeLibrary/v23.02.1/
1 parent 221215b commit 41fb9f4

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.11"
31+
compute_lib_version="v23.02.1"
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)