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:02:21 +0000
commit293ab603ab3c091167577524ba78cd52fef0a7f6 (patch)
tree06cdaa28ca2df9e47b11470d84cb0dece93f82c1
parent8307ecf74d2cdbee284faef1cc108ad62742e883 (diff)
downloadComputeLibrary-293ab603ab3c091167577524ba78cd52fef0a7f6.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.