Skip to content

Commit 20ac1b4

Browse files
committed
fix: Broken URLs in rendered non-released README.md
Some links can point to "latest" URLs instead. However, the tables of pre-built binaries are removed due to the filenames themselves having a version number. Signed-off-by: Andreas Flöjt <[email protected]> Change-Id: I184dabd1f54046e7e32d309bf37c1fc9ac476103 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/15171 Comments-Addressed: Arm Jenkins <[email protected]> Tested-by: Arm Jenkins <[email protected]> Benchmark: Arm Jenkins <[email protected]> Reviewed-by: Pablo Marquez Tello <[email protected]>
1 parent 38744bd commit 20ac1b4

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

README.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<img src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png"/><br><br>
1515
</div>
1616

17-
# Compute Library ![](https://img.shields.io/badge/latest_release-{{UNRELEASED}}-green)
18-
17+
# Compute Library [![](https://img.shields.io/github/v/release/ARM-software/ComputeLibrary?label=latest&color=green)](https://github.com/ARM-software/ComputeLibrary/releases/latest)
1918

2019
The Compute Library is a collection of low-level machine learning functions optimized for Arm® Cortex®-A, Arm® Neoverse™ and Arm® Mali™ GPUs architectures.<br>
2120

@@ -42,36 +41,17 @@ Key Features:
4241
<br>
4342

4443
## Documentation
45-
[![Documentation](https://img.shields.io/badge/documentation-{{UNRELEASED}}-green)](https://artificial-intelligence.sites.arm.com/computelibrary/v{{UNRELEASED}}/index.xhtml)
44+
[![Documentation](https://img.shields.io/badge/documentation-latest-green)](https://artificial-intelligence.sites.arm.com/computelibrary/latest/index.xhtml)
4645

4746
> Note: The documentation includes the reference API, changelogs, build guide, contribution guide, errata, etc.
4847
4948
<br>
5049

5150
## Pre-built binaries
52-
All the binaries can be downloaded from [here](https://github.com/ARM-software/ComputeLibrary/releases) or from the tables below.
53-
54-
<br>
55-
56-
| Platform | Operating System | Release archive (Download) |
57-
| -------------- | ---------------- | -------------------------- |
58-
| Raspberry Pi 4 | Linux® 32bit | [![](https://img.shields.io/badge/build-neon-orange)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-armv7a-cpu-bin.tar.gz) |
59-
| Raspberry Pi 4 | Linux® 64bit | [![](https://img.shields.io/badge/build-neon-orange)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-aarch64-cpu-bin.tar.gz) |
60-
| Odroid N2 | Linux® 64bit | [![](https://img.shields.io/badge/build-neon-orange)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-aarch64-cpu-bin.tar.gz) [![](https://img.shields.io/badge/build-neon+cl-yellowgreen)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-aarch64-cpu-gpu-bin.tar.gz) |
61-
| HiKey960 | Linux® 64bit | [![](https://img.shields.io/badge/build-neon-orange)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-aarch64-cpu-bin.tar.gz) [![](https://img.shields.io/badge/build-neon+cl-yellowgreen)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-aarch64-cpu-gpu-bin.tar.gz) |
51+
All the binaries can be downloaded from [here](https://github.com/ARM-software/ComputeLibrary/releases).
6252

6353
<br>
6454

65-
| Architecture | Operating System | Release archive (Download) |
66-
| ------------ | ---------------- | -------------------------- |
67-
| armv7 | Linux® | [![](https://img.shields.io/badge/build-neon-orange)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-armv7a-cpu-bin.tar.gz) [![](https://img.shields.io/badge/build-neon+cl-yellowgreen)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-armv7a-cpu-gpu-bin.tar.gz) |
68-
| arm64-v8a | Android™ | [![](https://img.shields.io/badge/build-neon-orange)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-android-aarch64-cpu-bin.tar.gz) [![](https://img.shields.io/badge/build-neon+cl-yellowgreen)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-android-aarch64-cpu-gpu-bin.tar.gz) |
69-
| arm64-v8a | Linux® | [![](https://img.shields.io/badge/build-neon-orange)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-aarch64-cpu-bin.tar.gz) [![](https://img.shields.io/badge/build-neon+cl-yellowgreen)](https://github.com/ARM-software/ComputeLibrary/releases/download/v{{UNRELEASED}}/arm_compute-v{{UNRELEASED}}-linux-aarch64-cpu-gpu-bin.tar.gz) |
70-
71-
<br>
72-
73-
Please refer to the following link for more pre-built binaries: [![](https://img.shields.io/badge/v{{UNRELEASED}}-bins-yellowgreen)](https://github.com/ARM-software/ComputeLibrary/releases/tag/v{{UNRELEASED}})
74-
7555
Pre-build binaries are generated with the following security / good coding practices related flags:
7656
> -Wall, -Wextra, -Wformat=2, -Winit-self, -Wstrict-overflow=2, -Wswitch-default, -Woverloaded-virtual, -Wformat-security, -Wctor-dtor-privacy, -Wsign-promo, -Weffc++, -pedantic, -fstack-protector-strong
7757
@@ -113,13 +93,13 @@ Pre-build binaries are generated with the following security / good coding pract
11393

11494
## Experimental builds
11595

116-
**⚠ Important** Bazel and CMake builds are experimental CPU only builds, please see the [documentation](https://artificial-intelligence.sites.arm.com/computelibrary/v{{UNRELEASED}}/how_to_build.xhtml) for more details.
96+
**⚠ Important** Bazel and CMake builds are experimental CPU only builds, please see the [documentation](https://artificial-intelligence.sites.arm.com/computelibrary/latest/how_to_build.xhtml) for more details.
11797

11898
<br>
11999

120100
## How to contribute
121101

122-
Contributions to the Compute Library are more than welcome. If you are interested on contributing, please have a look at our [how to contribute guidelines](https://artificial-intelligence.sites.arm.com/computelibrary/v{{UNRELEASED}}/contribution_guidelines.xhtml).
102+
Contributions to the Compute Library are more than welcome. If you are interested on contributing, please have a look at our [how to contribute guidelines](https://artificial-intelligence.sites.arm.com/computelibrary/latest/contribution_guidelines.xhtml).
123103

124104
### Developer Certificate of Origin (DCO)
125105
Before the Compute Library accepts your contribution, you need to certify its origin and give us your permission. To manage this process we use the Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org/)

0 commit comments

Comments
 (0)