From 976f11fc7964ea302997d7b04c4d5fb4765e1414 Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Wed, 8 May 2019 10:44:50 +0100 Subject: COMPMID-1995: Updated Doxygen. Included Warning that CLGEMMInterleave4x4 CLGEMMTranspose1xW will be deprecated in 19.08 release. Change-Id: I9e3c86418fd11c5e9fc9f6e07278f969e3a0cbe1 Signed-off-by: Usama Arif Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/183801 Tested-by: bsgcomp Reviewed-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1086 Tested-by: Arm Jenkins --- arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h | 4 +++- arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h | 4 +++- docs/00_introduction.dox | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h b/arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h index 48bb6ccb22..85f0d94f62 100644 --- a/arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h +++ b/arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2018 ARM Limited. + * Copyright (c) 2017-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -34,6 +34,8 @@ class ITensor; * * -# @ref CLGEMMInterleave4x4Kernel * + * @deprecated This function is deprecated and will be removed in release 19.08 + * */ class CLGEMMInterleave4x4 : public ICLSimpleFunction { diff --git a/arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h b/arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h index 13e643a77d..8026abfd61 100644 --- a/arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h +++ b/arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2018 ARM Limited. + * Copyright (c) 2017-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -32,6 +32,8 @@ namespace arm_compute * * -# @ref CLGEMMTranspose1xWKernel * + * @deprecated This function is deprecated and will be removed in release 19.08 + * */ class CLGEMMTranspose1xW : public ICLSimpleFunction { diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index d0e9183386..308e02d9c2 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -261,7 +261,8 @@ v19.05 Public major release - @ref NEDepthConcatenateLayer - @ref CLWidthConcatenateLayer - @ref CLDepthConcatenateLayer - + - @ref CLGEMMInterleave4x4 + - @ref CLGEMMTranspose1xW v19.02 Public major release - Various bug fixes. -- cgit v1.2.1