From 3f2fb5032cf8f9fcf4f394f6522beab96d1adbb5 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Thu, 17 Oct 2024 19:14:07 +0200 Subject: [PATCH] codelets/starpu: remove ifdef on HAVE_NAME within macro --- runtime/starpu/codelets/codelet_dlag2h.c | 8 +------ runtime/starpu/codelets/codelet_dlag2z.c | 5 +---- runtime/starpu/codelets/codelet_dzasum.c | 7 ++----- runtime/starpu/codelets/codelet_gemm.c | 4 +--- runtime/starpu/codelets/codelet_gemmex.c | 6 +----- runtime/starpu/codelets/codelet_hgemm.c | 6 +----- runtime/starpu/codelets/codelet_map.c | 8 +------ runtime/starpu/codelets/codelet_zaxpy.c | 5 +---- runtime/starpu/codelets/codelet_zbuild.c | 11 ++++------ runtime/starpu/codelets/codelet_zcesca.c | 7 ++----- runtime/starpu/codelets/codelet_zgeadd.c | 7 ++----- runtime/starpu/codelets/codelet_zgelqt.c | 7 ++----- runtime/starpu/codelets/codelet_zgemm.c | 6 +----- runtime/starpu/codelets/codelet_zgemv.c | 5 +---- runtime/starpu/codelets/codelet_zgeqrt.c | 7 ++----- runtime/starpu/codelets/codelet_zgered.c | 12 +++-------- runtime/starpu/codelets/codelet_zgerst.c | 12 +++-------- runtime/starpu/codelets/codelet_zgessm.c | 7 ++----- runtime/starpu/codelets/codelet_zgessq.c | 7 ++----- runtime/starpu/codelets/codelet_zgesum.c | 7 ++----- runtime/starpu/codelets/codelet_zgetrf.c | 7 ++----- .../starpu/codelets/codelet_zgetrf_batched.c | 21 ++++++------------- .../starpu/codelets/codelet_zgetrf_blocked.c | 14 ++++--------- .../starpu/codelets/codelet_zgetrf_incpiv.c | 7 ++----- .../starpu/codelets/codelet_zgetrf_nopiv.c | 7 ++----- .../codelets/codelet_zgetrf_nopiv_percol.c | 12 +++-------- .../starpu/codelets/codelet_zgetrf_percol.c | 10 +++------ runtime/starpu/codelets/codelet_zgram.c | 7 ++----- runtime/starpu/codelets/codelet_zhe2ge.c | 7 ++----- runtime/starpu/codelets/codelet_zhemm.c | 6 +----- runtime/starpu/codelets/codelet_zher2k.c | 7 ++----- runtime/starpu/codelets/codelet_zherfb.c | 7 ++----- runtime/starpu/codelets/codelet_zherk.c | 5 +---- runtime/starpu/codelets/codelet_zlacpy.c | 8 +------ runtime/starpu/codelets/codelet_zlag2c.c | 8 +------ runtime/starpu/codelets/codelet_zlange.c | 14 ++++--------- runtime/starpu/codelets/codelet_zlanhe.c | 7 ++----- runtime/starpu/codelets/codelet_zlansy.c | 7 ++----- runtime/starpu/codelets/codelet_zlantr.c | 7 ++----- runtime/starpu/codelets/codelet_zlascal.c | 5 +---- runtime/starpu/codelets/codelet_zlaset.c | 5 +---- runtime/starpu/codelets/codelet_zlaset2.c | 7 ++----- runtime/starpu/codelets/codelet_zlatro.c | 7 ++----- runtime/starpu/codelets/codelet_zlauum.c | 5 +---- runtime/starpu/codelets/codelet_zplghe.c | 5 +---- runtime/starpu/codelets/codelet_zplgsy.c | 5 +---- runtime/starpu/codelets/codelet_zplrnt.c | 5 +---- runtime/starpu/codelets/codelet_zplssq.c | 12 +++-------- runtime/starpu/codelets/codelet_zpotrf.c | 5 +---- runtime/starpu/codelets/codelet_zssssm.c | 7 ++----- runtime/starpu/codelets/codelet_zsymm.c | 6 +----- runtime/starpu/codelets/codelet_zsyr2k.c | 7 ++----- runtime/starpu/codelets/codelet_zsyrk.c | 5 +---- runtime/starpu/codelets/codelet_zsyssq.c | 7 ++----- .../starpu/codelets/codelet_zsytrf_nopiv.c | 7 ++----- runtime/starpu/codelets/codelet_ztpqrt.c | 7 ++----- runtime/starpu/codelets/codelet_ztradd.c | 5 +---- runtime/starpu/codelets/codelet_ztrasm.c | 7 ++----- runtime/starpu/codelets/codelet_ztrmm.c | 5 +---- runtime/starpu/codelets/codelet_ztrsm.c | 5 +---- runtime/starpu/codelets/codelet_ztrssq.c | 7 ++----- runtime/starpu/codelets/codelet_ztrtri.c | 5 +---- .../starpu/codelets/codelet_ztsmlq_hetra1.c | 7 ++----- .../starpu/codelets/codelet_ztsmqr_hetra1.c | 7 ++----- runtime/starpu/codelets/codelet_ztstrf.c | 7 ++----- runtime/starpu/codelets/codelet_zunmlq.c | 7 ++----- runtime/starpu/codelets/codelet_zunmqr.c | 7 ++----- 67 files changed, 123 insertions(+), 365 deletions(-) diff --git a/runtime/starpu/codelets/codelet_dlag2h.c b/runtime/starpu/codelets/codelet_dlag2h.c index 227d71ab2..f1b69e524 100644 --- a/runtime/starpu/codelets/codelet_dlag2h.c +++ b/runtime/starpu/codelets/codelet_dlag2h.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal d -> d s * */ @@ -89,9 +89,6 @@ void INSERT_TASK_dlag2h( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "dlag2h", -#endif 0); } @@ -154,8 +151,5 @@ void INSERT_TASK_hlag2d( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "hlag2d", -#endif 0); } diff --git a/runtime/starpu/codelets/codelet_dlag2z.c b/runtime/starpu/codelets/codelet_dlag2z.c index 647b4f194..5c44928cb 100644 --- a/runtime/starpu/codelets/codelet_dlag2z.c +++ b/runtime/starpu/codelets/codelet_dlag2z.c @@ -13,7 +13,7 @@ * * @version 1.3.0 * @author Mathieu Faverge - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c * */ @@ -70,8 +70,5 @@ void INSERT_TASK_dlag2z( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "dlag2z", -#endif 0); } diff --git a/runtime/starpu/codelets/codelet_dzasum.c b/runtime/starpu/codelets/codelet_dzasum.c index cf0a81c2f..012f107eb 100644 --- a/runtime/starpu/codelets/codelet_dzasum.c +++ b/runtime/starpu/codelets/codelet_dzasum.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -71,9 +71,6 @@ void INSERT_TASK_dzasum( const RUNTIME_option_t *options, STARPU_RW, RTBLKADDR(B, ChamRealDouble, Bm, Bn), STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, - STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "dzasum", -#endif + STARPU_EXECUTE_ON_WORKER, options->workerid, 0); } diff --git a/runtime/starpu/codelets/codelet_gemm.c b/runtime/starpu/codelets/codelet_gemm.c index 718b191a5..26218bb39 100644 --- a/runtime/starpu/codelets/codelet_gemm.c +++ b/runtime/starpu/codelets/codelet_gemm.c @@ -13,7 +13,7 @@ * * @version 1.3.0 * @author Mathieu Faverge - * @date 2024-03-11 + * @date 2024-10-18 * */ #include "chameleon_starpu_internal.h" @@ -198,9 +198,7 @@ INSERT_TASK_gemm( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); return; diff --git a/runtime/starpu/codelets/codelet_gemmex.c b/runtime/starpu/codelets/codelet_gemmex.c index 68e8615a5..44913b0be 100644 --- a/runtime/starpu/codelets/codelet_gemmex.c +++ b/runtime/starpu/codelets/codelet_gemmex.c @@ -13,7 +13,7 @@ * * @version 1.3.0 * @author Mathieu Faverge - * @date 2023-07-06 + * @date 2024-10-18 * */ #include "chameleon_starpu_internal.h" @@ -193,9 +193,7 @@ void INSERT_TASK_gemmex_Astat( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_NODE, A->get_rankof(A, Am, An), -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } @@ -272,8 +270,6 @@ void INSERT_TASK_gemmex( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } diff --git a/runtime/starpu/codelets/codelet_hgemm.c b/runtime/starpu/codelets/codelet_hgemm.c index 4456b974e..f7e830928 100644 --- a/runtime/starpu/codelets/codelet_hgemm.c +++ b/runtime/starpu/codelets/codelet_hgemm.c @@ -13,7 +13,7 @@ * * @version 1.3.0 * @author Mathieu Faverge - * @date 2024-03-11 + * @date 2024-10-18 * */ #include "chameleon_starpu_internal.h" @@ -171,9 +171,7 @@ void INSERT_TASK_hgemm_Astat( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_NODE, A->get_rankof(A, Am, An), -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } @@ -243,8 +241,6 @@ void INSERT_TASK_hgemm( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } diff --git a/runtime/starpu/codelets/codelet_map.c b/runtime/starpu/codelets/codelet_map.c index 982942cb5..7461c3f5a 100644 --- a/runtime/starpu/codelets/codelet_map.c +++ b/runtime/starpu/codelets/codelet_map.c @@ -12,7 +12,7 @@ * @version 1.3.0 * @author Mathieu Faverge * @author Florent Pruvost - * @date 2024-03-11 + * @date 2024-10-18 * */ #include "chameleon_starpu_internal.h" @@ -291,9 +291,7 @@ void INSERT_TASK_map( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); break; @@ -312,9 +310,7 @@ void INSERT_TASK_map( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); break; @@ -334,9 +330,7 @@ void INSERT_TASK_map( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); break; } diff --git a/runtime/starpu/codelets/codelet_zaxpy.c b/runtime/starpu/codelets/codelet_zaxpy.c index df99e1e1b..58910cb87 100644 --- a/runtime/starpu/codelets/codelet_zaxpy.c +++ b/runtime/starpu/codelets/codelet_zaxpy.c @@ -15,7 +15,7 @@ * @author Florent Pruvost * @author Mathieu Faverge * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -72,8 +72,5 @@ void INSERT_TASK_zaxpy( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zaxpy", -#endif 0); } diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c index 5d59377ca..36f528663 100644 --- a/runtime/starpu/codelets/codelet_zbuild.c +++ b/runtime/starpu/codelets/codelet_zbuild.c @@ -23,7 +23,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -56,9 +56,9 @@ static void cl_zbuild_cpu_func(void *descr[], void *cl_arg) */ CODELETS_CPU(zbuild, cl_zbuild_cpu_func) - void INSERT_TASK_zbuild( const RUNTIME_option_t *options, - const CHAM_desc_t *A, int Am, int An, - void *user_data, void* user_build_callback ) +void INSERT_TASK_zbuild( const RUNTIME_option_t *options, + const CHAM_desc_t *A, int Am, int An, + void *user_data, void* user_build_callback ) { struct starpu_codelet *codelet = &cl_zbuild; @@ -85,8 +85,5 @@ CODELETS_CPU(zbuild, cl_zbuild_cpu_func) STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zbuild", -#endif 0); } diff --git a/runtime/starpu/codelets/codelet_zcesca.c b/runtime/starpu/codelets/codelet_zcesca.c index 0549b5906..5812dd887 100644 --- a/runtime/starpu/codelets/codelet_zcesca.c +++ b/runtime/starpu/codelets/codelet_zcesca.c @@ -11,7 +11,7 @@ * * @version 1.3.0 * @author Florent Pruvost - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -105,8 +105,5 @@ void INSERT_TASK_zcesca( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zcesca", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c index 5bfaa5252..e2344b522 100644 --- a/runtime/starpu/codelets/codelet_zgeadd.c +++ b/runtime/starpu/codelets/codelet_zgeadd.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -110,10 +110,7 @@ void INSERT_TASK_zgeadd( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgeadd", -#endif - 0); + 0 ); (void)nb; } diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c index 357d73ef1..350aa75ec 100644 --- a/runtime/starpu/codelets/codelet_zgelqt.c +++ b/runtime/starpu/codelets/codelet_zgelqt.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -89,8 +89,5 @@ void INSERT_TASK_zgelqt(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgelqt", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c index f1d684d18..b03e2443c 100644 --- a/runtime/starpu/codelets/codelet_zgemm.c +++ b/runtime/starpu/codelets/codelet_zgemm.c @@ -24,7 +24,7 @@ * @author Lucas Nesi * @author Loris Lucido * @author Terry Cojean - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -203,9 +203,7 @@ void INSERT_TASK_zgemm_Astat( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_NODE, A->get_rankof(A, Am, An), -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } @@ -275,8 +273,6 @@ void INSERT_TASK_zgemm( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgemv.c b/runtime/starpu/codelets/codelet_zgemv.c index b951c8686..c5fa7756c 100644 --- a/runtime/starpu/codelets/codelet_zgemv.c +++ b/runtime/starpu/codelets/codelet_zgemv.c @@ -13,7 +13,7 @@ * * @version 1.3.0 * @author Mathieu Faverge - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -118,8 +118,5 @@ void INSERT_TASK_zgemv( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgemv", -#endif 0); } diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c index efdd162a6..c90e27dec 100644 --- a/runtime/starpu/codelets/codelet_zgeqrt.c +++ b/runtime/starpu/codelets/codelet_zgeqrt.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -90,8 +90,5 @@ void INSERT_TASK_zgeqrt(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgeqrt", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgered.c b/runtime/starpu/codelets/codelet_zgered.c index 430db00ff..4250330e0 100644 --- a/runtime/starpu/codelets/codelet_zgered.c +++ b/runtime/starpu/codelets/codelet_zgered.c @@ -14,7 +14,7 @@ * @version 1.3.0 * @author Mathieu Faverge * @author Ana Hourcau - * @date 2024-07-17 + * @date 2024-10-18 * @precisions normal z -> d * */ @@ -102,10 +102,7 @@ void INSERT_TASK_zgered( const RUNTIME_option_t *options, STARPU_W, handleAout, STARPU_PRIORITY, options->priority, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "dlag2h", -#endif - 0); + 0 ); starpu_data_unregister_no_coherency( *handleAin ); *handleAin = handleAout; @@ -150,10 +147,7 @@ void INSERT_TASK_zgered( const RUNTIME_option_t *options, STARPU_W, handleAout, STARPU_PRIORITY, options->priority, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlag2c", -#endif - 0); + 0 ); starpu_data_unregister_no_coherency( *handleAin ); *handleAin = handleAout; diff --git a/runtime/starpu/codelets/codelet_zgerst.c b/runtime/starpu/codelets/codelet_zgerst.c index c2faaf939..f9ca650f0 100644 --- a/runtime/starpu/codelets/codelet_zgerst.c +++ b/runtime/starpu/codelets/codelet_zgerst.c @@ -12,7 +12,7 @@ * @version 1.3.0 * @author Mathieu Faverge * @author Ana Hourcau - * @date 2024-07-17 + * @date 2024-10-18 * @precisions normal z -> d * */ @@ -98,10 +98,7 @@ void INSERT_TASK_zgerst( const RUNTIME_option_t *options, STARPU_W, handleAout, STARPU_PRIORITY, options->priority, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "hlag2d", -#endif - 0); + 0 ); break; #endif #endif @@ -121,10 +118,7 @@ void INSERT_TASK_zgerst( const RUNTIME_option_t *options, STARPU_W, handleAout, STARPU_PRIORITY, options->priority, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "clag2z", -#endif - 0); + 0 ); break; default: diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c index bca40f046..229843066 100644 --- a/runtime/starpu/codelets/codelet_zgessm.c +++ b/runtime/starpu/codelets/codelet_zgessm.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -83,8 +83,5 @@ void INSERT_TASK_zgessm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgessm", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c index 597328692..3fddca90a 100644 --- a/runtime/starpu/codelets/codelet_zgessq.c +++ b/runtime/starpu/codelets/codelet_zgessq.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -70,8 +70,5 @@ void INSERT_TASK_zgessq( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgessq", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgesum.c b/runtime/starpu/codelets/codelet_zgesum.c index 13a07b920..a583cb4e0 100644 --- a/runtime/starpu/codelets/codelet_zgesum.c +++ b/runtime/starpu/codelets/codelet_zgesum.c @@ -11,7 +11,7 @@ * * @version 1.3.0 * @author Florent Pruvost - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -74,8 +74,5 @@ void INSERT_TASK_zgesum( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgesum", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c index f55d86604..a4ebd4a3e 100644 --- a/runtime/starpu/codelets/codelet_zgetrf.c +++ b/runtime/starpu/codelets/codelet_zgetrf.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -83,8 +83,5 @@ void INSERT_TASK_zgetrf( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgetrf", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgetrf_batched.c b/runtime/starpu/codelets/codelet_zgetrf_batched.c index 3a96d1e9a..2e04493df 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_batched.c +++ b/runtime/starpu/codelets/codelet_zgetrf_batched.c @@ -11,13 +11,13 @@ * * @brief Chameleon zpanel batched StarPU codelets * - * @version 1.2.0 + * @version 1.3.0 * @comment Codelets to perform batched panel factorization with partial pivoting * * @author Matthieu Kuhn * @author Alycia Lisito * @author Philippe Swartvagher - * @date 2024-01-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -126,10 +126,7 @@ INSERT_TASK_zgetrf_panel_offdiag_batched( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, clargs->cl_name, -#endif - 0); + 0 ); /* clargs is freed by starpu. */ *clargs_ptr = NULL; @@ -167,10 +164,8 @@ INSERT_TASK_zgetrf_panel_offdiag_batched_flush( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, clargs->cl_name, -#endif - 0); + 0 ); /* clargs is freed by starpu. */ *clargs_ptr = NULL; @@ -337,10 +332,8 @@ INSERT_TASK_zgetrf_panel_blocked_batched( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, clargs->cl_name, -#endif - 0); + 0 ); /* clargs is freed by starpu. */ *clargs_ptr = NULL; @@ -401,10 +394,8 @@ INSERT_TASK_zgetrf_panel_blocked_batched_flush( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, clargs->cl_name, -#endif - 0); + 0 ); /* clargs is freed by starpu. */ *clargs_ptr = NULL; diff --git a/runtime/starpu/codelets/codelet_zgetrf_blocked.c b/runtime/starpu/codelets/codelet_zgetrf_blocked.c index 944759fa2..0ef75401a 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_blocked.c +++ b/runtime/starpu/codelets/codelet_zgetrf_blocked.c @@ -15,7 +15,7 @@ * @author Mathieu Faverge * @author Matthieu Kuhn * @author Alycia Lisito - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -155,10 +155,8 @@ void INSERT_TASK_zgetrf_blocked_diag( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0); + 0 ); } #if !defined(CHAMELEON_SIMULATION) @@ -278,10 +276,8 @@ void INSERT_TASK_zgetrf_blocked_offdiag( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0); + 0 ); } static const CHAMELEON_Complex64_t zone = (CHAMELEON_Complex64_t)1.0; @@ -359,8 +355,6 @@ void INSERT_TASK_zgetrf_blocked_trsm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c index 899046a24..6bb9478db 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -95,8 +95,5 @@ void INSERT_TASK_zgetrf_incpiv(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgetrf_incpiv", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c index 842dcfae5..7bf6a23db 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c +++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c @@ -19,7 +19,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -82,8 +82,5 @@ void INSERT_TASK_zgetrf_nopiv(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgetrf_nopiv", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv_percol.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv_percol.c index d55e50e3b..28e3e9ed1 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_nopiv_percol.c +++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv_percol.c @@ -13,7 +13,7 @@ * * @author Mathieu Faverge * @author Matthieu Kuhn - * @date 2023-08-22 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -101,10 +101,7 @@ void INSERT_TASK_zgetrf_nopiv_percol_diag( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgetrf_nopiv_percol_diag", -#endif - 0); + 0 ); } /* @@ -169,8 +166,5 @@ void INSERT_TASK_zgetrf_nopiv_percol_trsm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgetrf_nopiv_percol_trsm", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgetrf_percol.c b/runtime/starpu/codelets/codelet_zgetrf_percol.c index df84a8426..caee9761d 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_percol.c +++ b/runtime/starpu/codelets/codelet_zgetrf_percol.c @@ -15,7 +15,7 @@ * @author Mathieu Faverge * @author Matthieu Kuhn * @author Alycia Lisito - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -123,10 +123,8 @@ void INSERT_TASK_zgetrf_percol_diag( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0); + 0 ); } #if !defined(CHAMELEON_SIMULATION) @@ -204,8 +202,6 @@ void INSERT_TASK_zgetrf_percol_offdiag( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zgram.c b/runtime/starpu/codelets/codelet_zgram.c index feb1af5dc..4ee842d84 100644 --- a/runtime/starpu/codelets/codelet_zgram.c +++ b/runtime/starpu/codelets/codelet_zgram.c @@ -13,7 +13,7 @@ * @author Mathieu Faverge * @author Florent Pruvost * @author Lucas Barros de Assis - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -77,8 +77,5 @@ void INSERT_TASK_zgram( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zgram", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c index 83e945da1..e6430c96d 100644 --- a/runtime/starpu/codelets/codelet_zhe2ge.c +++ b/runtime/starpu/codelets/codelet_zhe2ge.c @@ -16,7 +16,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -70,8 +70,5 @@ void INSERT_TASK_zhe2ge( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zhe2ge", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c index 3766fdfbd..8a214a316 100644 --- a/runtime/starpu/codelets/codelet_zhemm.c +++ b/runtime/starpu/codelets/codelet_zhemm.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Loris Lucido - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c * */ @@ -201,9 +201,7 @@ void INSERT_TASK_zhemm_Astat( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_NODE, A->get_rankof(A, Am, An), -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } @@ -271,8 +269,6 @@ void INSERT_TASK_zhemm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c index 974ea6122..7922e296d 100644 --- a/runtime/starpu/codelets/codelet_zher2k.c +++ b/runtime/starpu/codelets/codelet_zher2k.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Loris Lucido - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c * */ @@ -161,8 +161,5 @@ INSERT_TASK_zher2k( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zher2k", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c index f59ec5164..091769f4d 100644 --- a/runtime/starpu/codelets/codelet_zherfb.c +++ b/runtime/starpu/codelets/codelet_zherfb.c @@ -16,7 +16,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Mathieu Faverge - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -113,8 +113,5 @@ void INSERT_TASK_zherfb(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zherfb", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c index 09395d98f..0ba737c79 100644 --- a/runtime/starpu/codelets/codelet_zherk.c +++ b/runtime/starpu/codelets/codelet_zherk.c @@ -21,7 +21,7 @@ * @author Florent Pruvost * @author Gwenole Lucas * @author Loris Lucido - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c * */ @@ -168,10 +168,7 @@ void INSERT_TASK_zherk( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c index 93c951a24..cfe5fa645 100644 --- a/runtime/starpu/codelets/codelet_zlacpy.c +++ b/runtime/starpu/codelets/codelet_zlacpy.c @@ -21,7 +21,7 @@ * @author Florent Pruvost * @author Samuel Thibault * @author Alycia Lisito - * @date 2024-10-17 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -196,10 +196,7 @@ void INSERT_TASK_zlacpyx( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); } @@ -272,10 +269,7 @@ void INSERT_TASK_zlacpy( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); } } diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c index d95671b6b..791c8854e 100644 --- a/runtime/starpu/codelets/codelet_zlag2c.c +++ b/runtime/starpu/codelets/codelet_zlag2c.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions mixed zc -> ds * */ @@ -105,9 +105,6 @@ void INSERT_TASK_zlag2c(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlag2c", -#endif 0); } @@ -183,8 +180,5 @@ void INSERT_TASK_clag2z( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "clag2z", -#endif 0); } diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c index d6924c836..c2f8dce92 100644 --- a/runtime/starpu/codelets/codelet_zlange.c +++ b/runtime/starpu/codelets/codelet_zlange.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -76,10 +76,7 @@ void INSERT_TASK_zlange( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlange", -#endif - 0); + 0 ); } #if !defined(CHAMELEON_SIMULATION) @@ -125,10 +122,7 @@ void INSERT_TASK_zlange_max(const RUNTIME_option_t *options, STARPU_RW, RTBLKADDR(B, ChamRealDouble, Bm, Bn), STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, - STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlange_max", -#endif - 0); + STARPU_EXECUTE_ON_WORKER, options->workerid, + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c index 1477286e6..44fdfa92a 100644 --- a/runtime/starpu/codelets/codelet_zlanhe.c +++ b/runtime/starpu/codelets/codelet_zlanhe.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c * */ @@ -75,10 +75,7 @@ void INSERT_TASK_zlanhe(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlanhe", -#endif - 0); + 0 ); (void)NB; } diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c index d602b34fe..2e905d9e3 100644 --- a/runtime/starpu/codelets/codelet_zlansy.c +++ b/runtime/starpu/codelets/codelet_zlansy.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -76,8 +76,5 @@ void INSERT_TASK_zlansy( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlansy", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c index 565580d88..a0046ab8c 100644 --- a/runtime/starpu/codelets/codelet_zlantr.c +++ b/runtime/starpu/codelets/codelet_zlantr.c @@ -18,7 +18,7 @@ * @author Florent Pruvost * @author Lucas Barros de Assis * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -77,10 +77,7 @@ void INSERT_TASK_zlantr( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlantr", -#endif - 0); + 0 ); (void)NB; } diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c index ab76d808e..e8d968186 100644 --- a/runtime/starpu/codelets/codelet_zlascal.c +++ b/runtime/starpu/codelets/codelet_zlascal.c @@ -17,7 +17,7 @@ * @author Florent Pruvost * @author Mathieu Faverge * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -97,10 +97,7 @@ void INSERT_TASK_zlascal( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c index e2c168968..c079de247 100644 --- a/runtime/starpu/codelets/codelet_zlaset.c +++ b/runtime/starpu/codelets/codelet_zlaset.c @@ -19,7 +19,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -91,9 +91,6 @@ void INSERT_TASK_zlaset( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); } diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c index 29967f340..312284b5c 100644 --- a/runtime/starpu/codelets/codelet_zlaset2.c +++ b/runtime/starpu/codelets/codelet_zlaset2.c @@ -21,7 +21,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -70,8 +70,5 @@ void INSERT_TASK_zlaset2(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlaset2", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c index e5a2c67d9..6c85ef5d3 100644 --- a/runtime/starpu/codelets/codelet_zlatro.c +++ b/runtime/starpu/codelets/codelet_zlatro.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -82,9 +82,6 @@ void INSERT_TASK_zlatro( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zlatro", -#endif - 0); + 0 ); (void)mb; } diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c index 8ed5a979c..f71361736 100644 --- a/runtime/starpu/codelets/codelet_zlauum.c +++ b/runtime/starpu/codelets/codelet_zlauum.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -89,10 +89,7 @@ void INSERT_TASK_zlauum( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c index b93fd808d..26f479cc7 100644 --- a/runtime/starpu/codelets/codelet_zplghe.c +++ b/runtime/starpu/codelets/codelet_zplghe.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c * */ @@ -95,10 +95,7 @@ void INSERT_TASK_zplghe( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); } diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c index 36f42b355..4246f3cc9 100644 --- a/runtime/starpu/codelets/codelet_zplgsy.c +++ b/runtime/starpu/codelets/codelet_zplgsy.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -95,10 +95,7 @@ void INSERT_TASK_zplgsy( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); } diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c index 5b104fd45..7fd83b7aa 100644 --- a/runtime/starpu/codelets/codelet_zplrnt.c +++ b/runtime/starpu/codelets/codelet_zplrnt.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -94,9 +94,6 @@ void INSERT_TASK_zplrnt( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); } diff --git a/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c index ab1457e5e..88836d3ae 100644 --- a/runtime/starpu/codelets/codelet_zplssq.c +++ b/runtime/starpu/codelets/codelet_zplssq.c @@ -17,7 +17,7 @@ * @author Mathieu Faverge * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -74,10 +74,7 @@ void INSERT_TASK_zplssq( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zplssq", -#endif - 0); + 0 ); } #if !defined(CHAMELEON_SIMULATION) @@ -119,8 +116,5 @@ void INSERT_TASK_zplssq2( const RUNTIME_option_t *options, int N, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zplssq2", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c index 929c9b75d..2070f0746 100644 --- a/runtime/starpu/codelets/codelet_zpotrf.c +++ b/runtime/starpu/codelets/codelet_zpotrf.c @@ -21,7 +21,7 @@ * @author Florent Pruvost * @author Samuel Thibault * @author Terry Cojean - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -109,10 +109,7 @@ void INSERT_TASK_zpotrf( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c index d7172e525..c3f07f070 100644 --- a/runtime/starpu/codelets/codelet_zssssm.c +++ b/runtime/starpu/codelets/codelet_zssssm.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -93,8 +93,5 @@ void INSERT_TASK_zssssm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zssssm", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c index b5b09b185..44581cec3 100644 --- a/runtime/starpu/codelets/codelet_zsymm.c +++ b/runtime/starpu/codelets/codelet_zsymm.c @@ -21,7 +21,7 @@ * @author Florent Pruvost * @author Romain Peressoni * @author Loris Lucido - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -202,9 +202,7 @@ void INSERT_TASK_zsymm_Astat( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_NODE, A->get_rankof(A, Am, An), -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } @@ -272,8 +270,6 @@ void INSERT_TASK_zsymm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif 0 ); } diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c index 9428811f6..c0a19c73d 100644 --- a/runtime/starpu/codelets/codelet_zsyr2k.c +++ b/runtime/starpu/codelets/codelet_zsyr2k.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Loris Lucido - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -160,8 +160,5 @@ void INSERT_TASK_zsyr2k(const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zsyr2k", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c index f0005e365..7b0b1c627 100644 --- a/runtime/starpu/codelets/codelet_zsyrk.c +++ b/runtime/starpu/codelets/codelet_zsyrk.c @@ -22,7 +22,7 @@ * @author Gwenole Lucas * @author Terry Cojean * @author Loris Lucido - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -169,10 +169,7 @@ void INSERT_TASK_zsyrk( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c index adcbc009b..f85e70d19 100644 --- a/runtime/starpu/codelets/codelet_zsyssq.c +++ b/runtime/starpu/codelets/codelet_zsyssq.c @@ -17,7 +17,7 @@ * @author Mathieu Faverge * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -68,8 +68,5 @@ void INSERT_TASK_zsyssq( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zsyssq", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c index dd29deac7..fd21c11ec 100644 --- a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c +++ b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c @@ -21,7 +21,7 @@ * @author Marc Sergent * @author Lucas Barros de Assis * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c * */ @@ -70,8 +70,5 @@ void INSERT_TASK_zsytrf_nopiv( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zsytrf_nopiv", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c index 65cd6d6d3..f8a36d8e9 100644 --- a/runtime/starpu/codelets/codelet_ztpqrt.c +++ b/runtime/starpu/codelets/codelet_ztpqrt.c @@ -16,7 +16,7 @@ * @author Florent Pruvost * @author Lucas Barros de Assis * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> s d c * */ @@ -84,10 +84,7 @@ void INSERT_TASK_ztpqrt( const RUNTIME_option_t *options, #if defined(CHAMELEON_USE_MPI) STARPU_EXECUTE_ON_NODE, B->get_rankof(B, Bm, Bn), #endif -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "ztpqrt", -#endif - 0); + 0 ); (void)ib; (void)nb; } diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c index 101bf72a3..89fbeca4a 100644 --- a/runtime/starpu/codelets/codelet_ztradd.c +++ b/runtime/starpu/codelets/codelet_ztradd.c @@ -16,7 +16,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -105,10 +105,7 @@ void INSERT_TASK_ztradd( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c index 6c7ffd5c5..05632a213 100644 --- a/runtime/starpu/codelets/codelet_ztrasm.c +++ b/runtime/starpu/codelets/codelet_ztrasm.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -73,8 +73,5 @@ void INSERT_TASK_ztrasm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "ztrasm", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c index ced241e54..9730444a6 100644 --- a/runtime/starpu/codelets/codelet_ztrmm.c +++ b/runtime/starpu/codelets/codelet_ztrmm.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Loris Lucido - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -155,10 +155,7 @@ void INSERT_TASK_ztrmm( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c index f20b7c5ec..64aea4fb2 100644 --- a/runtime/starpu/codelets/codelet_ztrsm.c +++ b/runtime/starpu/codelets/codelet_ztrsm.c @@ -22,7 +22,7 @@ * @author Gwenole Lucas * @author Loris Lucido * @author Terry Cojean - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -163,10 +163,7 @@ void INSERT_TASK_ztrsm( const RUNTIME_option_t *options, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, STARPU_POSSIBLY_PARALLEL, options->parallel, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c index 186e34e24..c8d0f9616 100644 --- a/runtime/starpu/codelets/codelet_ztrssq.c +++ b/runtime/starpu/codelets/codelet_ztrssq.c @@ -17,7 +17,7 @@ * @author Mathieu Faverge * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -71,8 +71,5 @@ void INSERT_TASK_ztrssq( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "ztrssq", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c index 5582aac9f..20cb797d5 100644 --- a/runtime/starpu/codelets/codelet_ztrtri.c +++ b/runtime/starpu/codelets/codelet_ztrtri.c @@ -20,7 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2024-03-11 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -102,10 +102,7 @@ void INSERT_TASK_ztrtri( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) STARPU_NAME, cl_name, -#endif - 0 ); (void)nb; diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c index 1edd2d910..21129ef8f 100644 --- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c +++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -104,8 +104,5 @@ void INSERT_TASK_ztsmlq_hetra1( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "ztsmlq_hetra1", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c index 1b7399423..59927e9c0 100644 --- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c +++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c @@ -18,7 +18,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -104,8 +104,5 @@ void INSERT_TASK_ztsmqr_hetra1( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "ztsmqr_hetra1", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c index 9140671e5..77e247186 100644 --- a/runtime/starpu/codelets/codelet_ztstrf.c +++ b/runtime/starpu/codelets/codelet_ztstrf.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -110,8 +110,5 @@ void INSERT_TASK_ztstrf( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "ztstrf", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c index f4f2cb099..51c7fbd69 100644 --- a/runtime/starpu/codelets/codelet_zunmlq.c +++ b/runtime/starpu/codelets/codelet_zunmlq.c @@ -23,7 +23,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -127,8 +127,5 @@ void INSERT_TASK_zunmlq( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zunmlq", -#endif - 0); + 0 ); } diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c index 8f2b77e05..86b7fc43f 100644 --- a/runtime/starpu/codelets/codelet_zunmqr.c +++ b/runtime/starpu/codelets/codelet_zunmqr.c @@ -22,7 +22,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Samuel Thibault - * @date 2023-07-06 + * @date 2024-10-18 * @precisions normal z -> c d s * */ @@ -126,8 +126,5 @@ void INSERT_TASK_zunmqr( const RUNTIME_option_t *options, STARPU_PRIORITY, options->priority, STARPU_CALLBACK, callback, STARPU_EXECUTE_ON_WORKER, options->workerid, -#if defined(CHAMELEON_CODELETS_HAVE_NAME) - STARPU_NAME, "zunmqr", -#endif - 0); + 0 ); } -- GitLab