diff --git a/CMakeLists.txt b/CMakeLists.txt index 02be11f748b1ceabdb46ee9b7fd5a54cef5f819f..13b5ea5fa3dc09b606549c1cc0d9289b2a7ccab6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ # @author Guillaume Sylvand # @author Alycia Lisito # @author Loris Lucido +# @author Nathan Précigout # @date 2023-01-30 # ### diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt index 1f18046a4894d1a5e5871967c33c1c744b1998a3..14eec76587d3ae4bc865e23dd2725625bc0694e9 100644 --- a/compute/CMakeLists.txt +++ b/compute/CMakeLists.txt @@ -26,6 +26,7 @@ # @author Raphael Boucherie # @author Alycia Lisito # @author Loris Lucido +# @author Matthieu Kuhn # @date 2023-01-30 # ### diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c index b6fba32067df9ea3a9487302f90569238003efd2..185d8cc0dc212246ce27679ba5f86f36a487956d 100644 --- a/compute/pzplrnt.c +++ b/compute/pzplrnt.c @@ -18,6 +18,7 @@ * @author Emmanuel Agullo * @author Cedric Castagnede * @author Florent Pruvost + * @author Matthieu Kuhn * @date 2022-02-22 * @precisions normal z -> s d c * diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt index d458f074e25ef600048366ec650673df488694ef..7f89dc29ed96d240f310ac7032ba98d17fe2d90c 100644 --- a/coreblas/compute/CMakeLists.txt +++ b/coreblas/compute/CMakeLists.txt @@ -23,6 +23,7 @@ # @author Mathieu Faverge # @author Florent Pruvost # @author Guillaume Sylvand +# @author Matthieu Kuhn # @date 2022-02-22 # ### diff --git a/coreblas/compute/core_zprint.c b/coreblas/compute/core_zprint.c index c28bf5edd73f5dff173f44f495c82198f336e65c..9c127b6ea62dc740a2d5dc279d7eca689f60be25 100644 --- a/coreblas/compute/core_zprint.c +++ b/coreblas/compute/core_zprint.c @@ -11,6 +11,7 @@ * * @version 1.2.0 * @author Mathieu Faverge + * @author Florent Pruvost * @date 2020-03-03 * @precisions normal z -> c d s * diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h index 2b5f36eb8bf436ba3f4cf71bafb3ab47d88c78ad..74382a8df5509d1ca8f2a9420fd7415a58e9dfc1 100644 --- a/coreblas/include/coreblas/coreblas_z.h +++ b/coreblas/include/coreblas/coreblas_z.h @@ -21,6 +21,7 @@ * @author Emmanuel Agullo * @author Cedric Castagnede * @author Florent Pruvost + * @author Matthieu Kuhn * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/gpucublas/compute/cuda_zgeadd.c b/gpucublas/compute/cuda_zgeadd.c index c3909cfbaf8c5d811d9101f7d2eb00a5a1566af7..a6e0596586116d96bd3e1c3b02ad49bda2566a0b 100644 --- a/gpucublas/compute/cuda_zgeadd.c +++ b/gpucublas/compute/cuda_zgeadd.c @@ -13,6 +13,7 @@ * * @version 1.2.0 * @author Mathieu Faverge + * @author Florent Pruvost * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/gpucublas/compute/cuda_ztpmlqt.c b/gpucublas/compute/cuda_ztpmlqt.c index b41e3f09907dcd9047139c8b40e4612c800d24b3..6e5ab3a6bffad1bf63c5ee89aa31c481a7b5d504 100644 --- a/gpucublas/compute/cuda_ztpmlqt.c +++ b/gpucublas/compute/cuda_ztpmlqt.c @@ -13,6 +13,7 @@ * * @version 1.2.0 * @author Mathieu Faverge + * @author Florent Pruvost * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/gpucublas/compute/cudaglobal.c b/gpucublas/compute/cudaglobal.c index bc0cf74a104617ff2fe1ebfda76b50a80c5cf7b0..e7360a2a66433935c8ff0c7d34f9c2bb1fa72116 100644 --- a/gpucublas/compute/cudaglobal.c +++ b/gpucublas/compute/cudaglobal.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Mathieu Faverge * @author Alycia Lisito + * @author Florent Pruvost * @date 2022-02-22 * */ diff --git a/gpuhipblas/compute/hip_zhemm.c b/gpuhipblas/compute/hip_zhemm.c index f1724738ee46612a41bd19e2a1be5f6bcb0fe7c0..65d0b9a1c04d41c32801da2e376326632bbc90c0 100644 --- a/gpuhipblas/compute/hip_zhemm.c +++ b/gpuhipblas/compute/hip_zhemm.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Florent Pruvost * @author Mathieu Faverge + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c * diff --git a/gpuhipblas/compute/hip_zher2k.c b/gpuhipblas/compute/hip_zher2k.c index f6bf36023c275b26ad094405ade80cc144a16738..718de43269c4409157aec1e0f55d2cfd19b151b2 100644 --- a/gpuhipblas/compute/hip_zher2k.c +++ b/gpuhipblas/compute/hip_zher2k.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Florent Pruvost * @author Mathieu Faverge + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c * diff --git a/gpuhipblas/compute/hip_zherk.c b/gpuhipblas/compute/hip_zherk.c index ce0005812c4ec6610476c8e803fa9e3eb83cf95c..8b51c7b8d587ea00c044f118382c106954c76a04 100644 --- a/gpuhipblas/compute/hip_zherk.c +++ b/gpuhipblas/compute/hip_zherk.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Florent Pruvost * @author Mathieu Faverge + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c * diff --git a/gpuhipblas/compute/hip_zsymm.c b/gpuhipblas/compute/hip_zsymm.c index f217c27ddb0349bf8f7b0208dcae96a931ded90c..1eb03241b2c4883ed9da1887e2686f3755e78177 100644 --- a/gpuhipblas/compute/hip_zsymm.c +++ b/gpuhipblas/compute/hip_zsymm.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Florent Pruvost * @author Mathieu Faverge + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/gpuhipblas/compute/hip_zsyr2k.c b/gpuhipblas/compute/hip_zsyr2k.c index 3f3197b2fbf01fb9046e26ac5c62140c4ba9e29f..cc102eccda36e1e60036977400de084698ef7208 100644 --- a/gpuhipblas/compute/hip_zsyr2k.c +++ b/gpuhipblas/compute/hip_zsyr2k.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Florent Pruvost * @author Mathieu Faverge + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/gpuhipblas/compute/hip_zsyrk.c b/gpuhipblas/compute/hip_zsyrk.c index 2d6dac816a06095affae498812af3373f823b6ab..37065d5bf4b351d85d01d215395f6dd1a052956d 100644 --- a/gpuhipblas/compute/hip_zsyrk.c +++ b/gpuhipblas/compute/hip_zsyrk.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Florent Pruvost * @author Mathieu Faverge + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/gpuhipblas/compute/hip_ztrmm.c b/gpuhipblas/compute/hip_ztrmm.c index 73141dcfd674a16ae97ca961f844370889900a91..70c610910f6793dfd1c8c9287e3d3c739bd3a8e5 100644 --- a/gpuhipblas/compute/hip_ztrmm.c +++ b/gpuhipblas/compute/hip_ztrmm.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Florent Pruvost * @author Mathieu Faverge + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/gpuhipblas/compute/hipglobal.c b/gpuhipblas/compute/hipglobal.c index 2da05eac2c26e25520efb8b0c89a91d76412a238..a34c863d618558fb3ed66785e9b8607c500e4446 100644 --- a/gpuhipblas/compute/hipglobal.c +++ b/gpuhipblas/compute/hipglobal.c @@ -14,6 +14,7 @@ * @version 1.2.0 * @author Mathieu Faverge * @author Loris Lucido + * @author Florent Pruvost * @date 2023-01-30 * */ diff --git a/gpuhipblas/eztrace_module/CMakeLists.txt b/gpuhipblas/eztrace_module/CMakeLists.txt index 444a6d3de453925ab073751d13160276809239c2..4659d5cbfaf48f3dc1434213f7c8ef0b4b5d5115 100644 --- a/gpuhipblas/eztrace_module/CMakeLists.txt +++ b/gpuhipblas/eztrace_module/CMakeLists.txt @@ -20,6 +20,7 @@ # @version 1.2.0 # @author Florent Pruvost # @author Mathieu Faverge +# @author Loris Lucido # @date 2022-02-22 # ### diff --git a/include/chameleon/chameleon_z.h b/include/chameleon/chameleon_z.h index da5a5bc651ad2e4803f2c05425ad923bb58c8daf..fa5af0a740a3af86a8ce25c0e9cc74f72eaf4296 100644 --- a/include/chameleon/chameleon_z.h +++ b/include/chameleon/chameleon_z.h @@ -22,6 +22,7 @@ * @author Cedric Castagnede * @author Florent Pruvost * @author Alycia Lisito + * @author Matthieu Kuhn * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/include/chameleon/tasks_z.h b/include/chameleon/tasks_z.h index fa6956abd7772861c16badc8a3433c6fa930c112..db562075436d82c7ac06759eb0489f376b59d3bf 100644 --- a/include/chameleon/tasks_z.h +++ b/include/chameleon/tasks_z.h @@ -23,6 +23,7 @@ * @author Florent Pruvost * @author Alycia Lisito * @author Romain Peressoni + * @author Matthieu Kuhn * @date 2023-02-21 * @precisions normal z -> c d s * diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 125e16fd9fd65ceed38ad1e7271a64b43c01dfd1..5d8113b9b85792e30f0d0aaaf6c22d7504a1b128 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -23,6 +23,7 @@ # @author Mathieu Faverge # @author Florent Pruvost # @author Philippe Virouleau +# @author Matthieu Kuhn # @date 2023-02-21 # ### diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c index 52b923f98b8438431a8091adaee3294105158b29..d59d9f11586a1af9e9dbf4cedfecea4c90e3ba75 100644 --- a/runtime/starpu/codelets/codelet_zhemm.c +++ b/runtime/starpu/codelets/codelet_zhemm.c @@ -19,6 +19,7 @@ * @author Cedric Castagnede * @author Lucas Barros de Assis * @author Florent Pruvost + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c * diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c index 91f5587d2f1fc7313880bb808b67c97f441fd141..96ff9fbf871d309c7674da923826d2989729c7da 100644 --- a/runtime/starpu/codelets/codelet_zher2k.c +++ b/runtime/starpu/codelets/codelet_zher2k.c @@ -19,6 +19,7 @@ * @author Cedric Castagnede * @author Lucas Barros de Assis * @author Florent Pruvost + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c * diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c index 19bf62ba2146006361df47daef4c2f95e8e84850..c07ecb157fd7378d91ede9cb0f586baf154138b4 100644 --- a/runtime/starpu/codelets/codelet_zherk.c +++ b/runtime/starpu/codelets/codelet_zherk.c @@ -20,6 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Gwenole Lucas + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c * diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c index 0012ed7d1b67b339419ae437f5fd464e79d3a29e..865e8563f127a8198e1b41c79b7161335939022f 100644 --- a/runtime/starpu/codelets/codelet_zsymm.c +++ b/runtime/starpu/codelets/codelet_zsymm.c @@ -20,6 +20,7 @@ * @author Lucas Barros de Assis * @author Florent Pruvost * @author Romain Peressoni + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c index a45544cce313c669c3b5e310a2d6ad2eb04c41bd..e6dd471e68010f04a3296b3dd5299b19e76c8537 100644 --- a/runtime/starpu/codelets/codelet_zsyr2k.c +++ b/runtime/starpu/codelets/codelet_zsyr2k.c @@ -19,6 +19,7 @@ * @author Cedric Castagnede * @author Lucas Barros de Assis * @author Florent Pruvost + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c index 863e28648b0745d347801078f2417a787ba7df6a..049dfd4b889a15b1b87f80e280f281de12e13863 100644 --- a/runtime/starpu/codelets/codelet_zsyrk.c +++ b/runtime/starpu/codelets/codelet_zsyrk.c @@ -21,6 +21,7 @@ * @author Florent Pruvost * @author Gwenole Lucas * @author Terry Cojean + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c index c9f4ea32b5fb2fc4c22811247a3b9907182523e1..31e9dd3fef53ef3b389f2c78df0486f5991fbb7e 100644 --- a/runtime/starpu/codelets/codelet_ztrmm.c +++ b/runtime/starpu/codelets/codelet_ztrmm.c @@ -19,6 +19,7 @@ * @author Cedric Castagnede * @author Lucas Barros de Assis * @author Florent Pruvost + * @author Loris Lucido * @date 2022-02-22 * @precisions normal z -> c d s * diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c index e2cdb399f401872d4712cb7894d350155994c098..f9e7f0fdb2a0a7247296b3d01d3593c3b982293f 100644 --- a/runtime/starpu/control/runtime_context.c +++ b/runtime/starpu/control/runtime_context.c @@ -17,6 +17,7 @@ * @author Cedric Castagnede * @author Florent Pruvost * @author Terry Cojean + * @author Loris Lucido * @date 2022-02-22 * */ diff --git a/runtime/starpu/control/runtime_tags.c b/runtime/starpu/control/runtime_tags.c index b1b0a2ec0207e65f06d834d47ff13b7ddb28baf9..ad075ca6a2af61c050970c33ccf64ca72d1b9574 100644 --- a/runtime/starpu/control/runtime_tags.c +++ b/runtime/starpu/control/runtime_tags.c @@ -8,6 +8,7 @@ * @version 1.2.0 * @author Pierre Ramet * @author Mathieu Faverge + * @author Florent Pruvost * @date 2021-10-04 * * Functions to manage the MPI data tags with StarPU (originated from PaStiX). diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 8804eb0e0e490bd3a876d64a0afbcce783d09b84..97dbf8ad1ba4f55e703cb46f910f40f025ce70af 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt @@ -24,6 +24,7 @@ # @author Lucas Barros de Assis # @author Florent Pruvost # @author Alycia Lisito +# @author Matthieu Kuhn # @date 2022-02-22 # ### diff --git a/testing/testing_zgetrf.c b/testing/testing_zgetrf.c index 5657d49b6435619644d70292096978e5d6ec2521..92a82eb6b97547b4ee65549bc701561f78d68f1d 100644 --- a/testing/testing_zgetrf.c +++ b/testing/testing_zgetrf.c @@ -13,6 +13,7 @@ * @author Lucas Barros de Assis * @author Mathieu Faverge * @author Alycia Lisito + * @author Matthieu Kuhn * @date 2023-02-21 * @precisions normal z -> c d s * diff --git a/tools/coverage.sh b/tools/coverage.sh index be629808924532b7463fa366c0d419cfa0eef942..846c2041f40e580781246e3ad0a9411a481c01bb 100755 --- a/tools/coverage.sh +++ b/tools/coverage.sh @@ -7,6 +7,7 @@ # # @version 1.2.0 # @author Mathieu Faverge +# @author Florent Pruvost # @date 2022-02-09 # ###