Skip to content

Commit 575c81f

Browse files
author
Jenkins
committed
arm_compute v20.02.1
1 parent 36ccc90 commit 575c81f

File tree

7,576 files changed

+15198
-15145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,576 files changed

+15198
-15145
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Tutorials:
2727

2828
Documentation (API, changelogs, build guide, contribution guide, errata, etc.) available here:
2929

30+
- [v20.02.1](https://arm-software.github.io/ComputeLibrary/v20.02.1/)
3031
- [v20.02](https://arm-software.github.io/ComputeLibrary/v20.02/)
3132
- [v19.11.1](https://arm-software.github.io/ComputeLibrary/v19.11.1/)
3233
- [v19.11](https://arm-software.github.io/ComputeLibrary/v19.11/)
@@ -50,6 +51,8 @@ Documentation (API, changelogs, build guide, contribution guide, errata, etc.) a
5051

5152
Binaries available here:
5253

54+
- [v20.02.1-linux](https://github.com/ARM-software/ComputeLibrary/releases/download/v20.02.1/arm_compute-v20.02.1-bin-linux.tar.gz)
55+
- [v20.02.1-android](https://github.com/ARM-software/ComputeLibrary/releases/download/v20.02.1/arm_compute-v20.02.1-bin-android.tar.gz)
5356
- [v20.02-linux](https://github.com/ARM-software/ComputeLibrary/releases/download/v20.02/arm_compute-v20.02-bin-linux.tar.gz)
5457
- [v20.02-android](https://github.com/ARM-software/ComputeLibrary/releases/download/v20.02/arm_compute-v20.02-bin-android.tar.gz)
5558
- [v19.11.1-linux](https://github.com/ARM-software/ComputeLibrary/releases/download/v19.11.1/arm_compute-v19.11.1-bin-linux.tar.gz)

SConscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import os.path
2424
import re
2525
import subprocess
2626

27-
VERSION = "v20.02"
28-
SONAME_VERSION="1.0.0"
27+
VERSION = "v20.02.1"
28+
SONAME_VERSION="18.1.0"
2929

3030
Import('env')
3131
Import('vars')

docs/00_introduction.dox

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ If there is more than one release in a month then an extra sequential number is
246246

247247
@subsection S2_2_changelog Changelog
248248

249+
v20.02.1 Maintenance release
250+
- Added Android-NN build script.
251+
249252
v20.02 Public major release
250253
- Various bug fixes.
251254
- Various optimisations.

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Compute Library"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 20.02
41+
PROJECT_NUMBER = 20.02.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

documentation/00__introduction_8dox.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
4141
<td style="padding-left: 0.5em;">
4242
<div id="projectname">
43-
&#160;<span id="projectnumber">20.02</span>
43+
&#160;<span id="projectnumber">20.02.1</span>
4444
</div>
4545
</td>
4646
</tr>
@@ -115,7 +115,7 @@ Namespaces</h2></td></tr>
115115
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
116116
<ul>
117117
<li class="navelem"><a class="el" href="00__introduction_8dox.xhtml">00_introduction.dox</a></li>
118-
<li class="footer">Generated on Fri Feb 21 2020 11:10:21 for Compute Library by
118+
<li class="footer">Generated on Thu Mar 5 2020 16:07:07 for Compute Library by
119119
<a href="http://www.doxygen.org/index.html">
120120
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
121121
</ul>

documentation/01__library_8dox.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
4141
<td style="padding-left: 0.5em;">
4242
<div id="projectname">
43-
&#160;<span id="projectnumber">20.02</span>
43+
&#160;<span id="projectnumber">20.02.1</span>
4444
</div>
4545
</td>
4646
</tr>
@@ -115,7 +115,7 @@ Namespaces</h2></td></tr>
115115
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
116116
<ul>
117117
<li class="navelem"><a class="el" href="01__library_8dox.xhtml">01_library.dox</a></li>
118-
<li class="footer">Generated on Fri Feb 21 2020 11:10:21 for Compute Library by
118+
<li class="footer">Generated on Thu Mar 5 2020 16:07:07 for Compute Library by
119119
<a href="http://www.doxygen.org/index.html">
120120
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
121121
</ul>

documentation/02__tests_8dox.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
4141
<td style="padding-left: 0.5em;">
4242
<div id="projectname">
43-
&#160;<span id="projectnumber">20.02</span>
43+
&#160;<span id="projectnumber">20.02.1</span>
4444
</div>
4545
</td>
4646
</tr>
@@ -117,7 +117,7 @@ Namespaces</h2></td></tr>
117117
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
118118
<ul>
119119
<li class="navelem"><a class="el" href="02__tests_8dox.xhtml">02_tests.dox</a></li>
120-
<li class="footer">Generated on Fri Feb 21 2020 11:10:21 for Compute Library by
120+
<li class="footer">Generated on Thu Mar 5 2020 16:07:07 for Compute Library by
121121
<a href="http://www.doxygen.org/index.html">
122122
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
123123
</ul>

documentation/03__scripts_8dox.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
4141
<td style="padding-left: 0.5em;">
4242
<div id="projectname">
43-
&#160;<span id="projectnumber">20.02</span>
43+
&#160;<span id="projectnumber">20.02.1</span>
4444
</div>
4545
</td>
4646
</tr>
@@ -115,7 +115,7 @@ Namespaces</h2></td></tr>
115115
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
116116
<ul>
117117
<li class="navelem"><a class="el" href="03__scripts_8dox.xhtml">03_scripts.dox</a></li>
118-
<li class="footer">Generated on Fri Feb 21 2020 11:10:21 for Compute Library by
118+
<li class="footer">Generated on Thu Mar 5 2020 16:07:07 for Compute Library by
119119
<a href="http://www.doxygen.org/index.html">
120120
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
121121
</ul>

documentation/04__adding__operator_8dox.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
4141
<td style="padding-left: 0.5em;">
4242
<div id="projectname">
43-
&#160;<span id="projectnumber">20.02</span>
43+
&#160;<span id="projectnumber">20.02.1</span>
4444
</div>
4545
</td>
4646
</tr>
@@ -115,7 +115,7 @@ Namespaces</h2></td></tr>
115115
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
116116
<ul>
117117
<li class="navelem"><a class="el" href="04__adding__operator_8dox.xhtml">04_adding_operator.dox</a></li>
118-
<li class="footer">Generated on Fri Feb 21 2020 11:10:21 for Compute Library by
118+
<li class="footer">Generated on Thu Mar 5 2020 16:07:07 for Compute Library by
119119
<a href="http://www.doxygen.org/index.html">
120120
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
121121
</ul>

documentation/05__contribution__guidelines_8dox.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
4141
<td style="padding-left: 0.5em;">
4242
<div id="projectname">
43-
&#160;<span id="projectnumber">20.02</span>
43+
&#160;<span id="projectnumber">20.02.1</span>
4444
</div>
4545
</td>
4646
</tr>
@@ -115,7 +115,7 @@ Namespaces</h2></td></tr>
115115
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
116116
<ul>
117117
<li class="navelem"><a class="el" href="05__contribution__guidelines_8dox.xhtml">05_contribution_guidelines.dox</a></li>
118-
<li class="footer">Generated on Fri Feb 21 2020 11:10:21 for Compute Library by
118+
<li class="footer">Generated on Thu Mar 5 2020 16:07:07 for Compute Library by
119119
<a href="http://www.doxygen.org/index.html">
120120
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
121121
</ul>

0 commit comments

Comments
 (0)