aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--docs/user_guide/release_version_and_change_log.dox13
2 files changed, 12 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b11239035a..171d101bd1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-Please read https://arm-software.github.io/ComputeLibrary/v23.02.1/contribution_guidelines.xhtml
+Please read https://arm-software.github.io/ComputeLibrary/latest/contribution_guidelines.xhtml
Here on github we only publish a snapshot of the main development branch for each release, that's the reason why we don't accept pull requests.
diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox
index edc0c3b9e7..348fc1778c 100644
--- a/docs/user_guide/release_version_and_change_log.dox
+++ b/docs/user_guide/release_version_and_change_log.dox
@@ -40,15 +40,24 @@ If there is more than one release in a month then an extra sequential number is
@note Starting from release 22.05, 'master' branch is no longer being used, it has been replaced by 'main'. Please update your clone jobs accordingly.
@section S2_2_changelog Changelog
+
v23.08 Public major release
- Deprecate the legacy 'libarm_compute_core' library. This library is an artifact of Compute Library's legacy library architecture and no longer serves any purpose.
Users must no longer link their applications to this library and instead link only to the main `libarm_compute` library for core functionality.
- New features
+ - Rewrite CLArgMinMaxLayer for axis 0 and enable S64 output.
+ - Add multi-sketch support for dynamic fusion.
+ - Break up arm_compute/core/Types.h and utils/Utils.h a bit to reduce unused code in each inclusion of these headers.
+ - Add Fused Activation to CLMatMul.
+ - Implement FP32/FP16 @ref opencl::kernels::ClMatMulNativeMMULKernel using the MMUL extension.
+ - Use MatMul in fully connected layer with dynamic weights when supported.
+ - Optimize CPU depthwise convolution with channel multiplier.
+ - Add support in CpuCastKernel for conversion of S64/U64 to F32.
- Add new OpenCLâ„¢ kernels:
- @ref opencl::kernels::ClMatMulNativeMMULKernel support for FP32 and FP16, with batch support
- Enable transposed convolution with non-square kernels on CPU and GPU.
- - Added support for input data type U64/S64 in CLCast.
- - Added new Compute Kernel Writer (CKW) subproject that offers a C++ interface to generate tile-based OpenCL code in just-in-time fashion.
+ - Add support for input data type U64/S64 in CLCast.
+ - Add new Compute Kernel Writer (CKW) subproject that offers a C++ interface to generate tile-based OpenCL code in just-in-time fashion.
- Port the following kernels in the experimental Dynamic Fusion interface to use the new Compute Kernel Writer interface with support for FP16/FP32 only:
- @ref experimental::dynamic_fusion::GpuCkwActivation
- @ref experimental::dynamic_fusion::GpuCkwCast