aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2021-11-05 12:34:34 +0000
committerGunes Bayir <gunes.bayir@arm.com>2021-11-09 12:24:47 +0000
commit08773700c0b8f66b364325df6a0c48bb08dc6b51 (patch)
tree0f4c9860774b078db9687bb6504e78951812217a
parent071f1fc82e461cfd903ed122734e07d99cbf4340 (diff)
downloadComputeLibrary-08773700c0b8f66b364325df6a0c48bb08dc6b51.tar.gz
Update changelog and toolchain information/versions
Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: I14e93698c64bf21e293f03b1307c2195b13d102b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6599 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com>
-rw-r--r--docs/user_guide/introduction.dox5
-rw-r--r--docs/user_guide/release_version_and_change_log.dox17
2 files changed, 20 insertions, 2 deletions
diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox
index 6b10b9c2a2..a8c9926b8b 100644
--- a/docs/user_guide/introduction.dox
+++ b/docs/user_guide/introduction.dox
@@ -84,9 +84,12 @@ For each release we provide some pre-built binaries of the library [here](https:
These binaries have been built using the following toolchains:
- Linux armv7a: gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
- Linux arm64-v8a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
+ - Linux arm64-v8.2-a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
+ - Linux arm64-v8.2-a (fat binary): gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
- Linux armv8.2a-sve: gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
- - Android armv7a: clang++ / libc++ NDK r18b
+ - Android armv7a: clang++ / libc++ NDK r20b
- Android am64-v8a: clang++ / libc++ NDK r20b
+ - Android arm64-v8.2-a: clang++ / libc++ NDK r20b
@warning Make sure to use a compatible toolchain to build your application or you will get some std::bad_alloc errors at runtime.
diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox
index 2470b45203..ffbb813e28 100644
--- a/docs/user_guide/release_version_and_change_log.dox
+++ b/docs/user_guide/release_version_and_change_log.dox
@@ -42,11 +42,26 @@ If there is more than one release in a month then an extra sequential number is
v21.11 Public major release
- Various bug fixes.
- - Various optimizations.
+ - Various optimizations:
+ - Improve performance of bilinear and nearest neighbor Scale on both CPU and GPU for FP32, FP16, Int8, Uint8 data types
+ - Improve performance of Softmax on GPU for Uint8/Int8
- New OpenCL kernels / functions:
- @ref CLConv3D
- New Arm® Neon™ kernels / functions:
- @ref NEConv3D
+ - Support configurable build by a selected subset of operator list
+ - Support MobileBert on Neon™ backend
+ - Improve operator/function logging
+ - Remove padding from OpenCL kernels:
+ - ClPool2dKernel
+ - ClScaleKernel
+ - ClGemmMatrixMultiplyReshapedKernel
+ - Remove padding from Cpu kernels:
+ - CpuPool2dKernel
+ - Remove Y padding from OpenCL kernels:
+ - ClGemmMatrixMultiplyKernel
+ - ClGemmReshapedRHSMatrixKernel
+ - Remove legacy GeMM kernels in gemm_v1.cl
v21.08 Public major release
- Various bug fixes.