aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.