aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-01 16:56:36 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-02 12:41:05 +0000
commitd308df3186b4f6057f94b45b7bed7935c618ea80 (patch)
treeb4373881b427e69ae22cefd0edd7fd66f294bd8f /docs
parentadd8e815ea94c8f8e6b1c9faf18527695f1332ec (diff)
downloadComputeLibrary-d308df3186b4f6057f94b45b7bed7935c618ea80.tar.gz
Remove unused CLGEMMMatrixVectorMultiplyKernel
Partially Resolves: COMPMID-3924 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Ibc47bd5bf5203dbad8d0755608918fcb384053c3 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4633 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 7fe73c42f0..bdfbdb89b9 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -88,6 +88,8 @@ If there is more than one release in a month then an extra sequential number is
v21.02 Public major release
- Upgraded C++ standard to C++14
+ - Removed kernels:
+ - NEGEMMMatrixVectorMultiplyKernel
v20.11 Public major release
- Various bug fixes.