aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnitha Raj <anitha.raj@arm.com>2023-11-14 13:23:24 +0000
committerAnitha Raj <anitha.raj@arm.com>2023-11-14 15:35:38 +0000
commit43809ecd4cdcafc7d30e267620c48fc4eb08a029 (patch)
treec8a8f5582d56954dd2f92d8fdc12cb9c7a40f87e /src
parent2f115fed0be7e76075c7a4584fe048fa63ba681d (diff)
downloadComputeLibrary-43809ecd4cdcafc7d30e267620c48fc4eb08a029.tar.gz
Update comments to suppress doxygen warnings.
Resolved COMPMID-6367 Signed-off-by: Anitha Raj <anitha.raj@arm.com> Change-Id: I96f244811a81a4e278f0c5e47d5014229cad3a25 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10727 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src')
-rw-r--r--src/dynamic_fusion/sketch/ArgumentPack.h10
-rw-r--r--src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h1
2 files changed, 5 insertions, 6 deletions
diff --git a/src/dynamic_fusion/sketch/ArgumentPack.h b/src/dynamic_fusion/sketch/ArgumentPack.h
index 3bf380b1ec..d030bc3d45 100644
--- a/src/dynamic_fusion/sketch/ArgumentPack.h
+++ b/src/dynamic_fusion/sketch/ArgumentPack.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 Arm Limited.
+ * Copyright (c) 2022-2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK
-#define SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK
+#ifndef ACL_SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK_H
+#define ACL_SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK_H
#include "arm_compute/core/experimental/Types.h"
@@ -46,7 +46,7 @@ template <typename T>
class ArgumentPack
{
public:
- /** @ref TensorType encodes the position of a tensor argument within the pack */
+ /** @ref arm_compute::TensorType encodes the position of a tensor argument within the pack */
using Id = TensorType;
/** A single argument element within the pack
* It contains either a const pointer or a non-const pointer to the Tensor-related type T, but never at the same time
@@ -234,4 +234,4 @@ private:
} // namespace dynamic_fusion
} // namespace experimental
} // namespace arm_compute
-#endif /* SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK */
+#endif // ACL_SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK_H
diff --git a/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h b/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h
index 6c56f15d74..e84d46d34a 100644
--- a/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h
+++ b/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h
@@ -48,7 +48,6 @@ public:
*
* Similar to @ref ClMatMulLowpNativeKernel::configure()
*
- * @return a status
*/
void configure(const ClCompileContext &compile_context,
ITensorInfo *lhs,