aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUsama Arif <usama.arif@arm.com>2019-05-08 10:44:50 +0100
committerGian Marco Iodice <gianmarco.iodice@arm.com>2019-05-08 14:53:09 +0000
commit976f11fc7964ea302997d7b04c4d5fb4765e1414 (patch)
tree9c22ec7faaef9f056cdccc3b044adfdcfc566ec0
parent299fdd31bd8e1add3ac557a5e630de55b1b6659c (diff)
downloadComputeLibrary-976f11fc7964ea302997d7b04c4d5fb4765e1414.tar.gz
COMPMID-1995: Updated Doxygen. Included Warning that CLGEMMInterleave4x4 CLGEMMTranspose1xW will be deprecated in 19.08 release.
Change-Id: I9e3c86418fd11c5e9fc9f6e07278f969e3a0cbe1 Signed-off-by: Usama Arif <usama.arif@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/183801 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/1086 Tested-by: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h4
-rw-r--r--arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h4
-rw-r--r--docs/00_introduction.dox3
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.