From 62c5d7dd18268b21199a15fdd5c4d65da1e9343a Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 6 Feb 2018 19:24:56 +0100 Subject: [PATCH] Update @brief in starpu --- runtime/starpu/control/runtime_async.c | 4 +++- runtime/starpu/control/runtime_context.c | 4 +++- runtime/starpu/control/runtime_control.c | 4 +++- runtime/starpu/control/runtime_descriptor.c | 4 +++- runtime/starpu/control/runtime_options.c | 4 +++- runtime/starpu/control/runtime_profiling.c | 4 +++- runtime/starpu/control/runtime_workspace.c | 4 +++- runtime/starpu/control/runtime_zlocality.c | 4 +++- runtime/starpu/control/runtime_zprofiling.c | 4 +++- runtime/starpu/include/chameleon_starpu.h.in | 2 +- runtime/starpu/include/runtime_codelet_profile.h | 2 +- runtime/starpu/include/runtime_codelet_z.h | 2 +- runtime/starpu/include/runtime_codelets.h | 2 +- runtime/starpu/include/runtime_profiling.h | 2 +- runtime/starpu/include/runtime_workspace.h | 2 +- 15 files changed, 33 insertions(+), 15 deletions(-) diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c index ce9c39deb..7c58b1076 100644 --- a/runtime/starpu/control/runtime_async.c +++ b/runtime/starpu/control/runtime_async.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon auxiliary routines + *** + * + * @brief Chameleon StarPU asynchronous routines * * @version 1.0.0 * @author Mathieu Faverge diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c index 294bf7956..c4578327b 100644 --- a/runtime/starpu/control/runtime_context.c +++ b/runtime/starpu/control/runtime_context.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon auxiliary routines + *** + * + * @brief Chameleon StarPU context routines * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c index 293752c4e..e8a8accd9 100644 --- a/runtime/starpu/control/runtime_control.c +++ b/runtime/starpu/control/runtime_control.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon auxiliary routines + *** + * + * @brief Chameleon StarPU control routines * * @version 1.0.0 * @author Mathieu Faverge diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c index 391e26380..b99de9935 100644 --- a/runtime/starpu/control/runtime_descriptor.c +++ b/runtime/starpu/control/runtime_descriptor.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon auxiliary routines + *** + * + * @brief Chameleon StarPU descriptor routines * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c index a70cc8468..8e341df71 100644 --- a/runtime/starpu/control/runtime_options.c +++ b/runtime/starpu/control/runtime_options.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon auxiliary routines + *** + * + * @brief Chameleon StarPU options routines * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c index 6b0b191a9..ef7f266af 100644 --- a/runtime/starpu/control/runtime_profiling.c +++ b/runtime/starpu/control/runtime_profiling.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon auxiliary routines + *** + * + * @brief Chameleon StarPU profiling routines * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c index 02a21c0cf..ae15829b0 100644 --- a/runtime/starpu/control/runtime_workspace.c +++ b/runtime/starpu/control/runtime_workspace.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon codelets kernel + *** + * + * @brief Chameleon StarPU workspaces routines * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c index a66da2aa8..30bd9be56 100644 --- a/runtime/starpu/control/runtime_zlocality.c +++ b/runtime/starpu/control/runtime_zlocality.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon codelets kernel + *** + * + * @brief Chameleon StarPU MORSE_Complex64_t kernel locality management * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c index 474de8c37..10879431e 100644 --- a/runtime/starpu/control/runtime_zprofiling.c +++ b/runtime/starpu/control/runtime_zprofiling.c @@ -7,7 +7,9 @@ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * - * @brief Chameleon codelets kernel + *** + * + * @brief Chameleon StarPU MORSE_Complex64_t kernel progiling * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in index 0191493b6..027118ac7 100644 --- a/runtime/starpu/include/chameleon_starpu.h.in +++ b/runtime/starpu/include/chameleon_starpu.h.in @@ -9,7 +9,7 @@ * *** * - * @brief Chameleon codelets kernel + * @brief Chameleon StarPU runtime header * * @version 1.0.0 * @author Mathieu Faverge diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h index c7e809b59..78e56dd39 100644 --- a/runtime/starpu/include/runtime_codelet_profile.h +++ b/runtime/starpu/include/runtime_codelet_profile.h @@ -9,7 +9,7 @@ * *** * - * @brief Chameleon codelets kernel + * @brief Chameleon StarPU codelet profiling header * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h index 789516496..0226ae60a 100644 --- a/runtime/starpu/include/runtime_codelet_z.h +++ b/runtime/starpu/include/runtime_codelet_z.h @@ -9,7 +9,7 @@ * *** * - * @brief Chameleon codelets kernel + * @brief Chameleon StarPU MORSE_Complex64_t codelets header * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h index defe1a8af..ee360f337 100644 --- a/runtime/starpu/include/runtime_codelets.h +++ b/runtime/starpu/include/runtime_codelets.h @@ -9,7 +9,7 @@ * *** * - * @brief Chameleon codelets kernel + * @brief Chameleon StarPU codelets main header * * @version 1.0.0 * @author Cedric Augonnet diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h index 02fa826ea..b60453bb7 100644 --- a/runtime/starpu/include/runtime_profiling.h +++ b/runtime/starpu/include/runtime_profiling.h @@ -9,7 +9,7 @@ * *** * - * @brief Chameleon codelets kernel + * @brief Chameleon StarPU profiling and kernel locality header * * @version 1.0.0 * @author Mathieu Faverge diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h index 30895801c..8c3efcd39 100644 --- a/runtime/starpu/include/runtime_workspace.h +++ b/runtime/starpu/include/runtime_workspace.h @@ -9,7 +9,7 @@ * *** * - * @brief Chameleon codelets kernel + * @brief Chameleon StarPU workspace header * * @version 1.0.0 * @author Cedric Augonnet -- GitLab