aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2022-11-15 10:51:26 +0000
committerViet-Hoa Do <viet-hoa.do@arm.com>2022-11-15 16:03:07 +0000
commit2354121367ef9a3925939b772a45762a243ac3f7 (patch)
tree67f37b3c1e11938ab8a367afc9b406f048733d42
parent74931dd4d1d235cc62c38529eab5b01252dc144f (diff)
downloadComputeLibrary-2354121367ef9a3925939b772a45762a243ac3f7.tar.gz
Fix release notes for 22.11
Partially resolves: COMPMID-5548 Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Change-Id: I0f59bb1eaed45aef565d8cc435b59c45dc07f240 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8639 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Suhail Munshi <MohammedSuhail.Munshi@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/user_guide/release_version_and_change_log.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox
index 045c9f25cd..f6a10e97be 100644
--- a/docs/user_guide/release_version_and_change_log.dox
+++ b/docs/user_guide/release_version_and_change_log.dox
@@ -44,7 +44,7 @@ If there is more than one release in a month then an extra sequential number is
v22.11 Public major release
- New features:
- Add new experimental dynamic fusion API.
- - Add support for CPU and GPU batch matrix multiplication with adj_x = false and adj_y = false.
+ - Add CPU batch matrix multiplication with adj_x = false and adj_y = false for FP32.
- Add CPU MeanStdDevNorm for QASYMM8.
- Add CPU and GPU GELU activation function for FP32 and FP16.
- Add CPU swish activation function for FP32 and FP16.