You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <andreas.floejt@arm.com>
Change-Id: I184dabd1f54046e7e32d309bf37c1fc9ac476103
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/15171
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Benchmark: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com>
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>
Please refer to the following link for more pre-built binaries: [](https://github.com/ARM-software/ComputeLibrary/releases/tag/v{{UNRELEASED}})
74
-
75
55
Pre-build binaries are generated with the following security / good coding practices related flags:
@@ -113,13 +93,13 @@ Pre-build binaries are generated with the following security / good coding pract
113
93
114
94
## Experimental builds
115
95
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.
117
97
118
98
<br>
119
99
120
100
## How to contribute
121
101
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).
123
103
124
104
### Developer Certificate of Origin (DCO)
125
105
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