diff --git a/CMakeLists.txt b/CMakeLists.txt
index fae488db731c4c1881ac37992e39122a2fdf751d..7e5d26ae9022a2a8fa151a80549ca18fdc96b9a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
@@ -26,7 +26,7 @@
 #  @author Philippe Virouleau
 #  @author Raphael Boucherie
 #  @author Samuel Thibault
-#  @date 2021-02-22
+#  @date 2022-02-22
 #
 ###
 cmake_minimum_required(VERSION 3.3)
@@ -41,7 +41,7 @@ endif()
 
 # set project version number
 set(CHAMELEON_VERSION_MAJOR 1)
-set(CHAMELEON_VERSION_MINOR 1)
+set(CHAMELEON_VERSION_MINOR 2)
 set(CHAMELEON_VERSION_MICRO 0)
 set(CHAMELEON_VERSION "${CHAMELEON_VERSION_MAJOR}.${CHAMELEON_VERSION_MINOR}.${CHAMELEON_VERSION_MICRO}")
 
diff --git a/cmake_modules/GenPkgConfig.cmake b/cmake_modules/GenPkgConfig.cmake
index 34f999e2770f43ee8075e91840256ee029b74d30..9488bb070a00d48f2254ea2187122be52643bd97 100644
--- a/cmake_modules/GenPkgConfig.cmake
+++ b/cmake_modules/GenPkgConfig.cmake
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2021-01-04
+#  @date 2022-02-22
 #
 ###
 
diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake
index 36d90ff9970a8c183aa3bbd9b3b9c8ed23b3a4d5..7cafe2030c6dcbc7372cfeba480fe8b114d8ff1a 100644
--- a/cmake_modules/PrintOpts.cmake
+++ b/cmake_modules/PrintOpts.cmake
@@ -17,10 +17,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2021-01-04
+#  @date 2022-02-22
 #
 ###
 
diff --git a/cmake_modules/local_subs.py b/cmake_modules/local_subs.py
index df07c7443825197bf25d37b8ba0d8eb7c34b3b30..d656c33f4b085af295325515e8069eaf281fc4ec 100644
--- a/cmake_modules/local_subs.py
+++ b/cmake_modules/local_subs.py
@@ -6,9 +6,9 @@
  @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 1.1.0
+ @version 1.2.0
  @author Mathieu Faverge
- @date 2021-05-05
+ @date 2022-02-22
 
 """
 _extra_blas = [
diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt
index c001d690abeacfd19fcc1cd07e53f3a0fd9829cf..aa9a617c43e301665d6dcaa3efa62ab80ff4bf05 100644
--- a/compute/CMakeLists.txt
+++ b/compute/CMakeLists.txt
@@ -17,14 +17,14 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
 #  @author Raphael Boucherie
-#  @date 2021-01-11
+#  @date 2022-02-22
 #
 ###
 
diff --git a/compute/map.c b/compute/map.c
index d1c92998a2c0c02d43ccc5b21d27d563bc52f91b..c13371c4ccee59ff7717e44c4492996880886f35 100644
--- a/compute/map.c
+++ b/compute/map.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon map wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "control/common.h"
diff --git a/compute/pmap.c b/compute/pmap.c
index 8bcb853fd69a6254531d6747a869d99c8cb0c1bd..019839821112f5ee6439491e8f679b4c3bc6a61d 100644
--- a/compute/pmap.c
+++ b/compute/pmap.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon map parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "control/common.h"
diff --git a/compute/pzbuild.c b/compute/pzbuild.c
index 635dd766ad534e4e741e09c552cd49de5e007e3e..bccd43023cf7d201678f9426dd4e09ff637ba930 100644
--- a/compute/pzbuild.c
+++ b/compute/pzbuild.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zbuild parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzcesca.c b/compute/pzcesca.c
index 193e60f2962f49cf5caa6f54d4e694731460d937..9b554bcc800ddcf09b932f0c6ea864db04472482 100644
--- a/compute/pzcesca.c
+++ b/compute/pzcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zcesca parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c z
  *
  */
diff --git a/compute/pzgebrd_ge2gb.c b/compute/pzgebrd_ge2gb.c
index 752990213761af30ec71704c6dc081d614e15f4d..1e7b82d9ad47627da15309cf754fd671d78e9d70 100644
--- a/compute/pzgebrd_ge2gb.c
+++ b/compute/pzgebrd_ge2gb.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgebrd_ge2gb parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgelqf.c b/compute/pzgelqf.c
index 61c764c457e1173698a961c8ff91227430ccc7d4..c72ed710e0d5d3f9cc20339c3d1e9d75904db1c8 100644
--- a/compute/pzgelqf.c
+++ b/compute/pzgelqf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgelqf parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -22,7 +22,7 @@
  * @author Florent Pruvost
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index 5020761584434044500ca347f11c82a6ebb52e82..dcc95ba81a8b8465e753ca77ad30426f71ba7fd4 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgelqf_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index 2ce0df8d0025b3022d0b71f95a7937b1e5f182d9..5d7fae952cc43166f09384730c17d05d27ae4b49 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgelqfrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -22,7 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index eae63cf82d26eb33fad3ae7141105f3c371a2b1a..b2a71d51163d12ba390896c906a9efc7399dfc1f 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgemm parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgenm2.c b/compute/pzgenm2.c
index f02815b2945edf483f4012cb3f473f8446f2648b..ec1c9cfc7a1033838aad9bdb755ff6eb4992bc12 100644
--- a/compute/pzgenm2.c
+++ b/compute/pzgenm2.c
@@ -12,10 +12,10 @@
  *
  * @brief Chameleon parallel algorithm to compute 2-norm estimator.
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Dalal Sukkari
- * @date 2020-10-15
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgepdf_qdwh.c b/compute/pzgepdf_qdwh.c
index 0d00fb5f8f9d96e3c45f3900be4f474f3a18c49f..ce379486097bffccdccb6f72234a4962d93bf1fe 100644
--- a/compute/pzgepdf_qdwh.c
+++ b/compute/pzgepdf_qdwh.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon QDWH Polar Decomposition parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Hatem Ltaief
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgepdf_qr.c b/compute/pzgepdf_qr.c
index 622a719ce96fd5583897acd5d1642cc23f333daa..d9b17ce980299fa8bd176675facf11fe65841355 100644
--- a/compute/pzgepdf_qr.c
+++ b/compute/pzgepdf_qr.c
@@ -10,9 +10,9 @@
  *
  * @brief Chameleon zgepdf_qr parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgeqrf.c b/compute/pzgeqrf.c
index 491113f68f06f29a8eaacbf26b971a8de3d9b542..9baf7ae0028a7fb00bd1dd2a7b995fc3bc4074d2 100644
--- a/compute/pzgeqrf.c
+++ b/compute/pzgeqrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgeqrf parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index 39dac72b0b47a9572711923919472a242688abe6..41c882417250f8b28d2a152578397c6ee84a72a0 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgeqrf_param parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
index 3cdc38cb4f05f2f65973d4705acf549db805d864..8cd96c65cd87c4b47201a6d48be55561a1f56f47 100644
--- a/compute/pzgeqrfrh.c
+++ b/compute/pzgeqrfrh.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgeqrfrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -22,7 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index 801ec50130c906f92898aabe4e0f90ffcded3ee6..69505a5c4f1528d657d234b5e4f396229029607d 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrf_incpiv parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
index 8ca1b038a95d7286a2fc9041f9808344cec8d322..67dabcac9e16197164633d109c28f1b44017c1c3 100644
--- a/compute/pzgetrf_nopiv.c
+++ b/compute/pzgetrf_nopiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrf_nopiv parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -19,7 +19,7 @@
  * @author Florent Pruvost
  * @author Samuel Thibault
  * @author Terry Cojean
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgram.c b/compute/pzgram.c
index 7dd5f609a86ad47f7b8fe7b1ce6c7b9b99eb47e5..1cd5adf429fe77a5edc7102ebd7ae77da52d5afa 100644
--- a/compute/pzgram.c
+++ b/compute/pzgram.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgram parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c z
  *
  */
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index 5f38cb2126f74501ca410c7cf76fc0e8d68a249e..175f2ce2007c388f6b371b4c8aed5e77ac592e78 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zhemm parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzher2k.c b/compute/pzher2k.c
index 9419d7ce75b478cc75076a0887b729cdef3fa6c8..e206860ba4e9e7defbb38a8f42e293fb3fd81dae 100644
--- a/compute/pzher2k.c
+++ b/compute/pzher2k.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zher2k parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzherk.c b/compute/pzherk.c
index f70d846fc016948568f37e9a3e0ad7e1895308d0..5f00d693de9e4f67cfa5fb1a0c75f98efbc95fb2 100644
--- a/compute/pzherk.c
+++ b/compute/pzherk.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zherk parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index 38ca1dc3ef549ce03eac0cf29e2491d18b968484..8522f39d6e085ad0c9c513491978712948157a39 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zhetrd_he2hb parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c
index b410022c3536ea1e6a54da536bfa0ee024fd3a4a..1a2307992c54f65841a088c8dd40f41742c61666 100644
--- a/compute/pzlacpy.c
+++ b/compute/pzlacpy.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlacpy parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlag2c.c b/compute/pzlag2c.c
index 65b52218916dc0e67f3c01dd4100f417323aabae..bc28fcf1165846645f139ba432d40a6aad19e174 100644
--- a/compute/pzlag2c.c
+++ b/compute/pzlag2c.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlag2c parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/compute/pzlange.c b/compute/pzlange.c
index 80e68b2d25e5757d39fe10bc2e095f6b6b230301..4acf29aa1c5e1edcf15b58f29eda0302dcbd4410 100644
--- a/compute/pzlange.c
+++ b/compute/pzlange.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zlange parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlansy.c b/compute/pzlansy.c
index 8d11e0b1e50b023a77ab611257d50406a5500691..5bb6b62425dbafbbb1b47917094bb4f55bc8ff4e 100644
--- a/compute/pzlansy.c
+++ b/compute/pzlansy.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zlansy parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/pzlascal.c b/compute/pzlascal.c
index e21bac360af0fc7b35352431ca47392ab0932939..29bbb431af4a1a42d9983e62349de559ab04193c 100644
--- a/compute/pzlascal.c
+++ b/compute/pzlascal.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlascal parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Dalal Sukkari
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlaset.c b/compute/pzlaset.c
index f82f3e12d63b991338d052c6f0cd06799004cbbf..e0b9c732cbba0b36d40662da431763ba7a9d8f9b 100644
--- a/compute/pzlaset.c
+++ b/compute/pzlaset.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlaset parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlaset2.c b/compute/pzlaset2.c
index 4e22fe3fc8d6a10f8f6af8dad03b603fdb64b6eb..e42510e5eefdd89130de7d6ab9843e60b16ca5bd 100644
--- a/compute/pzlaset2.c
+++ b/compute/pzlaset2.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlaset2 parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlatms.c b/compute/pzlatms.c
index 86a77ca4cf3777405ddaf227fb189b74d22d8b0c..58a5fd9f717208cad993149c78a731ab49164da3 100644
--- a/compute/pzlatms.c
+++ b/compute/pzlatms.c
@@ -10,9 +10,9 @@
  *
  * @brief Chameleon zlatms parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlauum.c b/compute/pzlauum.c
index 365794b17e34542f891102cd2e2e227e9b8ec1d5..8b7cb73afc1d4005e25da3093e44be8fd35843c2 100644
--- a/compute/pzlauum.c
+++ b/compute/pzlauum.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlauum parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzplghe.c b/compute/pzplghe.c
index e7f8ea8e6d8d83eb6897d6e725e1979461ed2765..e7fb726055b6ba9197632f85491b0253fe7558ed 100644
--- a/compute/pzplghe.c
+++ b/compute/pzplghe.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zplghe parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c
index 168675e829c3c26d4a317ad0cac96922676d7bf6..da20a37495ee52070bcf61fdd466876f4abbb535 100644
--- a/compute/pzplgsy.c
+++ b/compute/pzplgsy.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zplgsy parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/pzplrnk.c b/compute/pzplrnk.c
index 6f5d65785e500eef7de5d8816fc0b1f3d89147d1..e09efd66ecdb496019396b5d8634f17690fec8c5 100644
--- a/compute/pzplrnk.c
+++ b/compute/pzplrnk.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zplrnk parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-10-10
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index 84371a9e414f9b742fe104bd6eae41f9c8cb2d60..96d075293ae1ea41314457103213ad79fecfb73b 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zplrnt parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzpotrf.c b/compute/pzpotrf.c
index 8191920819b2125f8667183847d6a7685fa6990a..a854389fd44d63b68555126b2124d9dc57a8f3ac 100644
--- a/compute/pzpotrf.c
+++ b/compute/pzpotrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zpotrf parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -22,7 +22,7 @@
  * @author Florent Pruvost
  * @author Samuel Thibault
  * @author Terry Cojean
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzpotrimm.c b/compute/pzpotrimm.c
index 9e4d78f34597f1fff59077ed7d48d0565f92d694..8ecfc636c7354797c286f353a46edecc28eded76 100644
--- a/compute/pzpotrimm.c
+++ b/compute/pzpotrimm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zpotrimm parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -19,7 +19,7 @@
  * @author Ali M Charara
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index bd7f581a4f5a3fc8a11f7766d5e5d307d54f29bd..27adf0cdfb541371f367aad4131703c747326bb6 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsymm parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzsyr2k.c b/compute/pzsyr2k.c
index b9d9a80f947a7b8baf29c7db86a9052bf653ff97..c848eddf771e2d04ed5d832d14e7ccf8e163846a 100644
--- a/compute/pzsyr2k.c
+++ b/compute/pzsyr2k.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsyr2k parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/pzsyrk.c b/compute/pzsyrk.c
index 35e29eae7cd336fc21ec4ae4005889844b9e7871..6c62f529e4b89594bed8dfd121d34f611b88f204 100644
--- a/compute/pzsyrk.c
+++ b/compute/pzsyrk.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsyrk parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzsytrf.c b/compute/pzsytrf.c
index f369e1060778d5395de505f77ad7ff549de23432..4f4a554dae21f81eb9a0474271dcf59d15492917 100644
--- a/compute/pzsytrf.c
+++ b/compute/pzsytrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsytrf parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Florent Pruvost
  * @author Marc Sergent
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pztile2band.c b/compute/pztile2band.c
index 65cc5fee820c6bcd0905e01046997e912bb2c917..41dad04b11749a7bc2e5b9a8718acf34c2fd8ccf 100644
--- a/compute/pztile2band.c
+++ b/compute/pztile2band.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon ztile2band parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Azzam Haidar
  * @author Gregoire Pichon
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c
index e265d89135fbc2938986f3f26d18b4e97fdc617a..36b4afc69b54cbb6fac86d28e6f91a5c56da4d2d 100644
--- a/compute/pztpgqrt.c
+++ b/compute/pztpgqrt.c
@@ -12,11 +12,11 @@
  *
  * @brief Chameleon computational routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztpgqrt_param.c b/compute/pztpgqrt_param.c
index 2e6ec649455ce82543f67ee41c79cf2525c6c9d4..ef8161b6dc2c783367a4875c51c151f39667158d 100644
--- a/compute/pztpgqrt_param.c
+++ b/compute/pztpgqrt_param.c
@@ -10,9 +10,9 @@
  *
  * @brief Chameleon computational routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c
index 6e636a3167e15914582116c9c1440b9e5492a0fd..3b405ea7a7c1bd69953400d62b974d94104448e9 100644
--- a/compute/pztpqrt.c
+++ b/compute/pztpqrt.c
@@ -12,10 +12,10 @@
  *
  * @brief Chameleon computational routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztpqrt_param.c b/compute/pztpqrt_param.c
index 595f81331832cb020c79e203e28c4604fb05ab09..66f8efd4fee5f0e55a677980bea166b6984371d1 100644
--- a/compute/pztpqrt_param.c
+++ b/compute/pztpqrt_param.c
@@ -10,9 +10,9 @@
  *
  * @brief Chameleon computational routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztradd.c b/compute/pztradd.c
index f97eb702f60c9e701103f96ffca027547a73ccc9..d943adfc1d852493481af8f1c8273a5f1f99d90f 100644
--- a/compute/pztradd.c
+++ b/compute/pztradd.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon ztradd parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrmm.c b/compute/pztrmm.c
index 776cabbbea0abbb1f4ef32ad853168d326201464..fbf1b1edcf719b69b81584c16edd801681e2af00 100644
--- a/compute/pztrmm.c
+++ b/compute/pztrmm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztrmm parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrsm.c b/compute/pztrsm.c
index 7c140ca9dd18c653aad6f0d397c28e270bc7afa1..f7fc6849275d44b67e891f83b615932894a3b3ca 100644
--- a/compute/pztrsm.c
+++ b/compute/pztrsm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrsm parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrsmpl.c b/compute/pztrsmpl.c
index 4318ecae9f1b79373b7e2f40c9ba070989222f07..c4ed311b440b88703245ff09d0cd56659cd73464 100644
--- a/compute/pztrsmpl.c
+++ b/compute/pztrsmpl.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrsmpl parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrtri.c b/compute/pztrtri.c
index de760bb670eaa5616008d72f801a39a349f03ce7..fc9906bc77097a470c63521c4b81fa91033e0f3b 100644
--- a/compute/pztrtri.c
+++ b/compute/pztrtri.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrtri parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunglq.c b/compute/pzunglq.c
index 7eb5261f28f38d8e6727b910b192b11368cef0c3..f65f73e60ac098915495872d52f5b65a1c5fe769 100644
--- a/compute/pzunglq.c
+++ b/compute/pzunglq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunglq parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Florent Pruvost
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index 16c484c3b80e32d4054f3cd5bb56a5c23de35fd3..1a15e384ed920a25b6748a37dc67bd85aed2e24f 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunglq_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c
index 32188115c35ac4e373978983eb741b5bf79638fe..397b5f1e88a7479d1db78fbad77c184f6b029397 100644
--- a/compute/pzunglqrh.c
+++ b/compute/pzunglqrh.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunglqrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzungqr.c b/compute/pzungqr.c
index 6b0a0193727c50671ce6ac60c2add6cf62aa53b4..c7ee3f5ddf49bb71c3aaf7a4f9e0c9e4367fce85 100644
--- a/compute/pzungqr.c
+++ b/compute/pzungqr.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zungqr parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c
index 390636d6f1b02db83ec72a5b3d18d0cdfb8cc9bf..16fbefb8dea33c5ca32d10f0e35c9edbc4837db6 100644
--- a/compute/pzungqr_param.c
+++ b/compute/pzungqr_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zungqr_param parallel algorithm
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c
index d3d953548ad422b11bd2894852491e923dcd9deb..d500fe2db7c750f8ff4ead41da200a1c03dac2f8 100644
--- a/compute/pzungqrrh.c
+++ b/compute/pzungqrrh.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zungqrrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c
index 92602ab7f1eed7b97b88793e2530680399ddcd46..9edd667d7e74f1d06cd8007a17de9752b68ee7cf 100644
--- a/compute/pzunmlq.c
+++ b/compute/pzunmlq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmlq parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -23,7 +23,7 @@
  * @author Florent Pruvost
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c
index 4beef380ef64f58bbaaee88832f2bd6404f8cac0..b01b7e7a3438f1a84cbd45f7333ac54b9219640d 100644
--- a/compute/pzunmlq_param.c
+++ b/compute/pzunmlq_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunmlq_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
index 5e40e85cd9be531b0f7fdf0d639fdeb03c2b599e..8d9ad2ee5cf66314372b026d52313c9de29efda8 100644
--- a/compute/pzunmlqrh.c
+++ b/compute/pzunmlqrh.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmlqrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c
index ffaeb805a85b9c9b5f095ea38532cf7c6462e49a..d9f5e1850e53e589d7aedaa2ca2552dc692df24e 100644
--- a/compute/pzunmqr.c
+++ b/compute/pzunmqr.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmqr parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -23,7 +23,7 @@
  * @author Florent Pruvost
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c
index 06fad2e711a00333d14d68db85aa17bd72a926c0..ee2d0da7eaacefd456c8b764c6cb0601415c555b 100644
--- a/compute/pzunmqr_param.c
+++ b/compute/pzunmqr_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunmqr_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
index f236daec9881eafeef4fa26f9bbfaaedce354ef9..98a816cd1866d56303a7ea09224c073a98d120aa 100644
--- a/compute/pzunmqrrh.c
+++ b/compute/pzunmqrrh.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmqrrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zbuild.c b/compute/zbuild.c
index a7657c384353c91da108a58f270e832728ed1349..ee6beff5ab11f4c23a55a12f66b85139980dbadf 100644
--- a/compute/zbuild.c
+++ b/compute/zbuild.c
@@ -9,7 +9,7 @@
  *
  * @brief Chameleon zbuild wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
@@ -17,7 +17,7 @@
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zcesca.c b/compute/zcesca.c
index 66f2631b1e3998342da96654205be30ce6807529..7d2bb2e2751d5258996df09bcf6f32d70c651a41 100644
--- a/compute/zcesca.c
+++ b/compute/zcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zcesca wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c z
  *
  */
diff --git a/compute/zgeadd.c b/compute/zgeadd.c
index 669c9998ecabe29ba22f92f0cd04c730aa344338..cc8c7a2a31bcb2ef9c74fa03e929792192f82306 100644
--- a/compute/zgeadd.c
+++ b/compute/zgeadd.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zgeadd wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqf.c b/compute/zgelqf.c
index f5256b0ee75cf1bfdf1084dfed5685e47826cfa5..09b8e90556cd4a95b6e4da24f01cc028b64fc37b 100644
--- a/compute/zgelqf.c
+++ b/compute/zgelqf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgelqf wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqf_param.c b/compute/zgelqf_param.c
index 77952af27cf07408fc491f848879d85ddf0a3807..f1a3469952346ecb611b8d80adb5734e9ef48e32 100644
--- a/compute/zgelqf_param.c
+++ b/compute/zgelqf_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgelqf_param wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqs.c b/compute/zgelqs.c
index 5f87b4b73770f590582a8afe9b179c6c536bdac3..3470105373a2fc2c760b3f743081cc691abac4ff 100644
--- a/compute/zgelqs.c
+++ b/compute/zgelqs.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgelqs wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c
index 1343a0c826912de5cad9f847856c396d012e892e..9b7e0d569164965ae3dcc53ef7cb9b1e39f9b32c 100644
--- a/compute/zgelqs_param.c
+++ b/compute/zgelqs_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgelqs_param wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Raphael Boucherie
  * @author Mathieu Faverge
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgels.c b/compute/zgels.c
index a46ea90e5a4cdd03b552841432f5bed3a12dac82..f1dc999130f8a6c333f9ba5e3248d24fc74cf020 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgels wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgels_param.c b/compute/zgels_param.c
index 87889eba06502d5e8872b010125c704c55c8f5cc..dd3928f5b42814962458626244687fdc37be3c9b 100644
--- a/compute/zgels_param.c
+++ b/compute/zgels_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgels_param wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Raphael Boucherie
  * @author Mathieu Faverge
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgemm.c b/compute/zgemm.c
index 711605f368530eee1c5019c4bbfb5b1fc1cfa5a9..e3eed82ec66a299b83c74bbdc274ad867950bc2f 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgemm wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgenm2.c b/compute/zgenm2.c
index 7789852610a6297b0d1479aa722cdb792577b414..1f7657112a2e4bb255c37e5dbfb29121742d3626 100644
--- a/compute/zgenm2.c
+++ b/compute/zgenm2.c
@@ -12,9 +12,9 @@
  *
  * @brief Chameleon zgenm2 wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-15
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgepdf_qdwh.c b/compute/zgepdf_qdwh.c
index 04fa97d3bbc2132da3b1c9228a6558b767bc4326..d8fcba55c198e1fe80c9904ac6d2fefd7dffc1b9 100644
--- a/compute/zgepdf_qdwh.c
+++ b/compute/zgepdf_qdwh.c
@@ -10,10 +10,10 @@
  *
  * @brief Chameleon zgepdf_qdwh wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Hatem Ltaief
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgepdf_qr.c b/compute/zgepdf_qr.c
index c28a7819f4451b5b2c04764e2751a070e9e63638..7d662588af4abf6cac2d10388338a68359b4f4d8 100644
--- a/compute/zgepdf_qr.c
+++ b/compute/zgepdf_qr.c
@@ -14,9 +14,9 @@
  * timer/testing fot this subroutine of the QDWH/Zolo algorithms. That is why
  * only the Tile version is available.
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c
index 1d780f0c8de09cbdacd69b84058d719333320098..9fba10701a4af7b966469ee3d137e359203e61f9 100644
--- a/compute/zgeqrf.c
+++ b/compute/zgeqrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgeqrf wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrf_param.c b/compute/zgeqrf_param.c
index 7cfa428e5a20271b13638127b9215d6a1380c2bd..2084039b458940077454b65a00533727de6514b7 100644
--- a/compute/zgeqrf_param.c
+++ b/compute/zgeqrf_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgeqrf_param wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index 3206fc1835e2a9c4c5fe8921f1e790f321968ff1..4ad0fa826666d522a71f2890abdafb9055610e73 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgeqrs wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c
index 2c9b29fb4ad41c5dac795b39f76c181fc71ac366..8a138ed57cc2aee640d0d269a429a3e18b3deb05 100644
--- a/compute/zgeqrs_param.c
+++ b/compute/zgeqrs_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgeqrs_param wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
index 7f884020a49df3dba2e3fb3f1315c75eff4947c1..df19e469fbb8669b46a36030dbcb67f0c9a8bc0c 100644
--- a/compute/zgesv_incpiv.c
+++ b/compute/zgesv_incpiv.c
@@ -12,7 +12,7 @@
  * @brief Chameleon zgesv_incpiv wrappers
  *  Release Date: November, 15th 2009
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
index cda40cbe34ac05c3665fb72e3c8f7043f7965b65..d36dc2c24d58a953af0d6b74fce9b5adfdae2052 100644
--- a/compute/zgesv_nopiv.c
+++ b/compute/zgesv_nopiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgesv_nopiv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgesvd.c b/compute/zgesvd.c
index 1eaf9c47be9ff0a1729649e7573ab0bda8fff6ee..e85f280719c04804d87d8ede3377f8c2e76e2881 100644
--- a/compute/zgesvd.c
+++ b/compute/zgesvd.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgesvd wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Gregoire Pichon
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
index ebab1161560963ab818d3798385cfb14d44989cf..20636929b6b89830ec6e313d639746e93b19d2f1 100644
--- a/compute/zgetrf_incpiv.c
+++ b/compute/zgetrf_incpiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrf_incpiv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index 423bea41d6a300a20a153e57e934aaf0a6c43fd1..efdd8e5f5426b85b0bbe1e681cfaaca0987e0bf4 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zgetrf_nopiv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  * @precisions normal z -> s d c
  *
diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
index 9ceaa2dc4d70398ae705222da412c65a5837bbae..76e2fb51ba31486879e36ae855e5e28801c71549 100644
--- a/compute/zgetrs_incpiv.c
+++ b/compute/zgetrs_incpiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrs_incpiv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
index a7dd61422c3c514b07cbff81505b85ddfa1a116f..2390b6a8707b23055b9b6aad53bf80c46f2ad858 100644
--- a/compute/zgetrs_nopiv.c
+++ b/compute/zgetrs_nopiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrs_nopiv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgram.c b/compute/zgram.c
index 81b266ec2389dc24858a08a19f6089692debccd5..e1649be4c6f685dd6ffd7001c3977549cc2dc7c5 100644
--- a/compute/zgram.c
+++ b/compute/zgram.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zgram wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Philippe Swartvagher
- * @date 2021-03-25
+ * @date 2022-02-22
  * @precisions normal z -> s d c z
  *
  */
diff --git a/compute/zheevd.c b/compute/zheevd.c
index 3a3193e130951493081f1df0ad6128f6e21a1b0f..ca26b4e14b3cb8a237117309f37a812dc1d47278 100644
--- a/compute/zheevd.c
+++ b/compute/zheevd.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zheevd wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zhemm.c b/compute/zhemm.c
index 226ae26583564480607e33ba3146a9dcc137ff03..422bf9eecef6ea09acdff520e99751f5560b7e01 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zhemm wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zher2k.c b/compute/zher2k.c
index 2ce15d05976c41ab6ad86cf7a80718fe6ddb7d10..f5a962c0d1cfe107bf248cf01c0eb2d0327e7248 100644
--- a/compute/zher2k.c
+++ b/compute/zher2k.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zher2k wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zherk.c b/compute/zherk.c
index 43d0b641b30c97453ac04d434b2258fe7af4b850..2438268b6373ce92728b5fcfd33d702eb1823b7d 100644
--- a/compute/zherk.c
+++ b/compute/zherk.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zherk wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index 8c26c6baf1e750bbbc583703b292a1df6af3ebc6..072161a441fd245d0988e98d29d5a830d2871a08 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zhetrd wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @author Gregoire Pichon
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlacpy.c b/compute/zlacpy.c
index f2392cc15b0401d60a66d84ebf7e9da8ed6c9553..cac80229449fc158e242191451383571b177ef0d 100644
--- a/compute/zlacpy.c
+++ b/compute/zlacpy.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlacpy wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlange.c b/compute/zlange.c
index 2525a4715b45e0c4e263cd5dac6c25ce6b096f1b..e44dd880c792dbf6a93c43c1f414572fbb770301 100644
--- a/compute/zlange.c
+++ b/compute/zlange.c
@@ -12,11 +12,11 @@
  *
  * @brief Chameleon zlange wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Hatem Ltaief
  * @author Florent Pruvost
- * @date 2020-10-15
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlanhe.c b/compute/zlanhe.c
index 318c53bdc797835d8dda328ebf9e1af0b1a9f620..c6346e136cc5b0994b72fcab76f6008d5085aa66 100644
--- a/compute/zlanhe.c
+++ b/compute/zlanhe.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zlanhe wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zlansy.c b/compute/zlansy.c
index 0be415992979af2b798beb4f73fbc96651833958..771660fc7f697e5181cfe8319690280c303a5240 100644
--- a/compute/zlansy.c
+++ b/compute/zlansy.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zlansy wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlantr.c b/compute/zlantr.c
index 4d4a5597651ce0fbae887c6af78cfd7df4f2fac6..979bed405786945128742cc29b79989a02dbf1b2 100644
--- a/compute/zlantr.c
+++ b/compute/zlantr.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zlantr wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlascal.c b/compute/zlascal.c
index 706fb894c0f329318db09178ceec4d7292f26954..5be1dfc6cabeac0aca4e08735c91ee5c0315838f 100644
--- a/compute/zlascal.c
+++ b/compute/zlascal.c
@@ -12,10 +12,10 @@
  *
  * @brief Chameleon zlascal wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Dalal Sukkari
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlaset.c b/compute/zlaset.c
index 521a237b0ca9c88880b89998bdaf8933009cf6d9..86ae11cfe587167dc7fcb6a92f381a0a4a0f7d9d 100644
--- a/compute/zlaset.c
+++ b/compute/zlaset.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlaset wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlatms.c b/compute/zlatms.c
index e0f6d831ded257058f831a5268de5a7b65ac6b33..6a6e333b6729f9226ef3ed6c8f76aaadf270c862 100644
--- a/compute/zlatms.c
+++ b/compute/zlatms.c
@@ -10,9 +10,9 @@
  *
  * @brief Chameleon zlatms wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-10
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlauum.c b/compute/zlauum.c
index 8b84a57d0469346254bc6897058ff74eed78ce4a..6e07cfeb6e626b9cad39bd80350239460360535d 100644
--- a/compute/zlauum.c
+++ b/compute/zlauum.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlauum wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zplghe.c b/compute/zplghe.c
index eb916247470d9c7e2556c37de045b986a6cd304c..efbd069113f1f9415a6135cd2442ad71c2b7f116 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zplghe wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file is a copy of zplghe.c
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index 4eb56b98ff4cbcf3c42a9245b233d3950532b9ba..ec96fc87535819d03f70f295b5791cdfae98e12a 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zplgsy wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file is a copy of zplgsy.c,
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/zplrnk.c b/compute/zplrnk.c
index a8cf1aeed9760fda48f7d91710a5d8a4e28ebdc4..3ad7d7142204153dce8ef517faa471747de68401 100644
--- a/compute/zplrnk.c
+++ b/compute/zplrnk.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zplrnk wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-09-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index 5341ba019366d589d689d20287f66ed70fceb7db..9742f8bed34fcc058fa52bf31b9e57059f52370a 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zplrnt wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpoinv.c b/compute/zpoinv.c
index acc12fcea5d4681bb29aaa43c6ede64bcf0d456a..29c76a115caebe2d18a455b450f2996f83f615d2 100644
--- a/compute/zpoinv.c
+++ b/compute/zpoinv.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon zpoinv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Alycia Lisito
- * @date 2022-02-02
+ * @date 2022-02-03
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zposv.c b/compute/zposv.c
index 8f59420a77b2e8d0813b7de85f632dc4418c85b6..0b1db5f1f1e86b1dcd34f782f7b82d472c926f87 100644
--- a/compute/zposv.c
+++ b/compute/zposv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zposv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotrf.c b/compute/zpotrf.c
index 7e0b6577b5c085cadf178b75f255a5e30940ce66..97f52485c950b6ea8e9d972ef76d0884a4c5c2f6 100644
--- a/compute/zpotrf.c
+++ b/compute/zpotrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zpotrf wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotri.c b/compute/zpotri.c
index 708376f624b984db5061e90c3c4bf221fdb360af..e6d7295075968214589ef8106867cdac58a15b4b 100644
--- a/compute/zpotri.c
+++ b/compute/zpotri.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zpotri wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c
index 328ec58dd7dc6b792739c9ac1e5904e1cb9216c5..d371b351008aad861ca8c22ab7cc17f228730d91 100644
--- a/compute/zpotrimm.c
+++ b/compute/zpotrimm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zpotrimm wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotrs.c b/compute/zpotrs.c
index 93f0bd92b7fdf8d37f8823ac96839afcb6d4646b..e1f7104b120d9f5dcdc1c946e673b1deea699507 100644
--- a/compute/zpotrs.c
+++ b/compute/zpotrs.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zpotrs wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zsymm.c b/compute/zsymm.c
index 0e38635bf36695f9bbe36b16b192ea09ee39418a..c4ff5fb0ea3f8cb1bf8bb0321f2f62f52d0d33bb 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsymm wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-11-18
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c
index 7ce6170d68cf37cf270cc9d3cb36661ffeabbaee..2dc9c2f3792d3726df41261dffd7199bffba7160 100644
--- a/compute/zsyr2k.c
+++ b/compute/zsyr2k.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsyr2k wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/zsyrk.c b/compute/zsyrk.c
index 2e757b376cfdfb8be6f27ca63f98e5f552312269..8092e34fef368a139bc3f9eeae9f64ccd353fdef 100644
--- a/compute/zsyrk.c
+++ b/compute/zsyrk.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsyrk wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zsysv.c b/compute/zsysv.c
index b6411a9e506ea8a1a9521d8997a6975e91d1a22c..fcc04f4ec3667143b0feac117c8f791c9e165567 100644
--- a/compute/zsysv.c
+++ b/compute/zsysv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsysv wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zsytrf.c b/compute/zsytrf.c
index c82577872a190d3584b8819622473e4e2da3515e..d8058cca43fa0a07128007ecfa4e5d9076126ab5 100644
--- a/compute/zsytrf.c
+++ b/compute/zsytrf.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zsytrf wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Marc Sergent
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index 600209f61478e1f498379862ebeeb3776be35e4b..3b37f43dbdc5c8d859c594c837576dec4cb9d876 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsytrs wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/compute/ztile.c b/compute/ztile.c
index 5416664b0e679528a7ccc21ce50b6db4b4b62572..31410b08b029a10db38eac06b955341f21c54795 100644
--- a/compute/ztile.c
+++ b/compute/ztile.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon auxiliary routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-04-22
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c
index 09e7946b26d9f8a3866a71a700bc1f5445f15f10..07755339b8ddea95a8ecd760ce27f2f602b964b2 100644
--- a/compute/ztpgqrt.c
+++ b/compute/ztpgqrt.c
@@ -12,10 +12,10 @@
  *
  * @brief Chameleon ztpgqrt wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c
index 73be4ef99ff1f3433b4ac93a80d06981ded475ba..004b2b86124e01b1e3d4cf4dfc3450f28b5a0bfd 100644
--- a/compute/ztpqrt.c
+++ b/compute/ztpqrt.c
@@ -12,9 +12,9 @@
  *
  * @brief Chameleon ztpqrt wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztradd.c b/compute/ztradd.c
index ff8102255e68cfe9d7a539ddcdfc9dc5e42080eb..3a684fffdd4fa15806fc4106c7fe8507c5ccfc27 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon ztradd wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrmm.c b/compute/ztrmm.c
index e711112ea5a3982f813cd3d63159d88acf0bc7fd..5d3922ecebdb19e6acb4b28f68bc016d32837eb9 100644
--- a/compute/ztrmm.c
+++ b/compute/ztrmm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrmm wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Lucas Barros de Assis
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrsm.c b/compute/ztrsm.c
index 37c8bb3e828c73a9a437eb34a43d4a64f4be648a..fb25937178ddda73a6fcaa2184e3a5be65e7fe48 100644
--- a/compute/ztrsm.c
+++ b/compute/ztrsm.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon ztrsm wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-11
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c
index e48a0491f2e66298ca0798f2686f8fd7358721a0..34ae7b3ac7ec1dbac2fd8d056c4824ac2014b5c8 100644
--- a/compute/ztrsmpl.c
+++ b/compute/ztrsmpl.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrsmpl wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrtri.c b/compute/ztrtri.c
index 613a5f0c845e74a3bf060a0a6a38b67a9797cda1..377792e21e1336c28196f6cd6df9e3adcede718b 100644
--- a/compute/ztrtri.c
+++ b/compute/ztrtri.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztrtri wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunglq.c b/compute/zunglq.c
index cecb8e9a00a53f8de1910cd943208f7bf0bd5d8f..38d58fb45eb393b66a67eb3c76318d230d7deca2 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zunglq wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-11-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunglq_param.c b/compute/zunglq_param.c
index df818f503ab3f02e52eceb75bedd9063ab553567..3a311a5427dd911439388b6dc32d9a5a00a2d6a0 100644
--- a/compute/zunglq_param.c
+++ b/compute/zunglq_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunglq_param wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-11-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zungqr.c b/compute/zungqr.c
index 9a88ed2ef8a06cfdaaf0a4ad0ff3cf43f5cd1b51..76b8aa20f535100d698a7595cc7b6ab91c5142b8 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zungqr wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-11-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zungqr_param.c b/compute/zungqr_param.c
index 32fe48ed5b7259993dfb1975d7f2f8a3ab1b9bbf..e2885d88f87135a527aeeb3386183b538d0f5045 100644
--- a/compute/zungqr_param.c
+++ b/compute/zungqr_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zungqr_param wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-11-17
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunmlq.c b/compute/zunmlq.c
index c4df9af4aec71264a3acf28bcdc896177a76591e..bc20b52e595593a57851e7e92cb90a58a8e0083f 100644
--- a/compute/zunmlq.c
+++ b/compute/zunmlq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmlq wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunmlq_param.c b/compute/zunmlq_param.c
index 4797da6836e883938ab9ee4beb8c165c445367fe..138c70c1014a797d6b5c644ae24bb563df880c59 100644
--- a/compute/zunmlq_param.c
+++ b/compute/zunmlq_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunmlq_param wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index c0c33e8b07ba224e55db2d1397eb35fbae2390f6..0697ee08ee67bd04af5a65caa73176423ba64714 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmqr wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunmqr_param.c b/compute/zunmqr_param.c
index 9e612049d3ec3115cc7906120377ae89b7cbbc11..8872922ab3b0625933e9c9ad4645837d27a785db 100644
--- a/compute/zunmqr_param.c
+++ b/compute/zunmqr_param.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunmqr_param wrappers
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-01-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/control/CMakeLists.txt b/control/CMakeLists.txt
index fce07f1fc02d97f8c22a670b7c6e293b9ee1d00d..67113d56170f0d4c743543070aec55ca98884194 100644
--- a/control/CMakeLists.txt
+++ b/control/CMakeLists.txt
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 
diff --git a/control/async.c b/control/async.c
index 3423c3e282e8ad19e284c710e337f34f21fda2bc..1a86246cf5c568d51b0d07a32567d5c17e985a96 100644
--- a/control/async.c
+++ b/control/async.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon asynchronous management routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  ***
  *
diff --git a/control/async.h b/control/async.h
index 2b31bed346281052bd3abae5634773c2bfa687e9..0a55971a0b1e68c32fd2c6639b7d877f9ca26c22 100644
--- a/control/async.h
+++ b/control/async.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon asynchronous management header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_async_h_
diff --git a/control/auxiliary.c b/control/auxiliary.c
index a148430d0c1faafd89626953a9810d05f9ff6cdf..b2fec846167bf23757f05e6a1016fcdf9ef8eb30 100644
--- a/control/auxiliary.c
+++ b/control/auxiliary.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon auxiliary routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
@@ -19,7 +19,7 @@
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  ***
  *
diff --git a/control/auxiliary.h b/control/auxiliary.h
index 95e350f56f036690be729221ed294071a6908cff..45df77d6ad4c25da5c724f465d7c44643b21a760 100644
--- a/control/auxiliary.h
+++ b/control/auxiliary.h
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon auxiliary header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_auxiliary_h_
diff --git a/control/chameleon_f77.c b/control/chameleon_f77.c
index 1cb181f84d7d4422c7778d7e146e13b44b3f0433..f66c7998de5a47f6272dbe9247323f5fd9131804 100644
--- a/control/chameleon_f77.c
+++ b/control/chameleon_f77.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon Fortran77 interface
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Bilel Hadri
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-12
+ * @date 2022-02-22
  *
  */
 #include "control/common.h"
diff --git a/control/chameleon_f77.h b/control/chameleon_f77.h
index 6974945224fbd9d841b2efe4b8697868048bbbca..9bbc36856ba325a60feb3a8f7304a6cc4229df10 100644
--- a/control/chameleon_f77.h
+++ b/control/chameleon_f77.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon Fortran77 naming macros
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_f77_h_
diff --git a/control/chameleon_f90.f90 b/control/chameleon_f90.f90
index 9dd511225d550ccd6e932dffe35c66e7d9207688..b80379574b4e972fa182b440c3430194f5d9a04d 100644
--- a/control/chameleon_f90.f90
+++ b/control/chameleon_f90.f90
@@ -9,11 +9,11 @@
 ! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.1.0
+! @version 1.2.0
 ! @author Numerical Algorithm Group
 ! @author Florent Pruvost
 ! @author Mathieu Faverge
-! @date 2020-04-22
+! @date 2022-02-22
 !
 ! -- Inria
 ! -- (C) Copyright 2012
diff --git a/control/chameleon_mf77.c b/control/chameleon_mf77.c
index 0560532c3df89e6c1480eac6c8c839583aed65c8..50ef18ee1d41847edf067989963c7fce8b562151 100644
--- a/control/chameleon_mf77.c
+++ b/control/chameleon_mf77.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon Fortran77 interface for mixed-precision computational routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Bilel Hadri
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "control/common.h"
diff --git a/control/chameleon_zcf90.F90 b/control/chameleon_zcf90.F90
index 1f29abc67b45953162bdea4c4e69508aa31a9bb2..b57959832a3a88df974f4e78f174942b0f92d463 100644
--- a/control/chameleon_zcf90.F90
+++ b/control/chameleon_zcf90.F90
@@ -9,13 +9,13 @@
 ! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 1.2.0
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
 ! @author Cedric Castagnede
 ! @author Florent Pruvost
-! @date 2020-03-03
+! @date 2022-02-22
 ! @precisions mixed zc -> ds
 !
 ! -- Inria
diff --git a/control/chameleon_zf77.c b/control/chameleon_zf77.c
index 960f37a30d7c8589e87434367ecf338bcd0119d6..717548e3102c1283c689f4434d627c915d291fcb 100644
--- a/control/chameleon_zf77.c
+++ b/control/chameleon_zf77.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon Fortran77 computational routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @comment This file is automatically generated by tools/genf77interface.pl
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/control/chameleon_zf90.F90 b/control/chameleon_zf90.F90
index 0a94ec22d1e9dbf2df2ef749c37fd782f156c3f7..93c61b0fd1cb570d2824ab7fb539a71c120fa993 100644
--- a/control/chameleon_zf90.F90
+++ b/control/chameleon_zf90.F90
@@ -9,13 +9,13 @@
 ! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.1.0
+! @version 1.2.0
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
 ! @author Cedric Castagnede
 ! @author Florent Pruvost
-! @date 2021-03-17
+! @date 2022-02-22
 ! @precisions normal z -> c d s
 !
 ! -- Inria
diff --git a/control/chameleon_zf90_wrappers.F90 b/control/chameleon_zf90_wrappers.F90
index c02a11912c5bfe6bedc393a5d6f47e50dbc8c5f5..3988d8dc6e411c10642895076fb42e7a34d1ff98 100644
--- a/control/chameleon_zf90_wrappers.F90
+++ b/control/chameleon_zf90_wrappers.F90
@@ -9,13 +9,13 @@
 ! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 1.2.0
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
 ! @author Cedric Castagnede
 ! @author Florent Pruvost
-! @date 2020-03-03
+! @date 2022-02-22
 ! @precisions normal z -> c d s
 !
 !
diff --git a/control/common.h b/control/common.h
index ad528ecd750c6fe328d4266b4750a99f88121fc4..85e696d1a3a4b8a3bd98e2a439cca159fc0fa68d 100644
--- a/control/common.h
+++ b/control/common.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon common header file
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 /**
diff --git a/control/compute_z.h b/control/compute_z.h
index 9d99d44d3f7b338d0875c1015aa91f3927d29c31..71f5428c613e1fbc80b0511661fe1abd4489edef 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon computational functions header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/control/context.c b/control/context.c
index 25aa79d06ca05299a1c9595eb735c5cb12a9e50f..52ffc195094b2b0126883071090df386f876317d 100644
--- a/control/context.c
+++ b/control/context.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon context management routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Guillaume Sylvand
- * @date 2020-12-01
+ * @date 2022-02-22
  *
  ***
  *
diff --git a/control/context.h b/control/context.h
index b0f323ab54b6ffdd5724d80d93ffa5f835095ace..566646885aa18b18edc9af2c1d728a6b2dfbc430 100644
--- a/control/context.h
+++ b/control/context.h
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon context header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_context_h_
diff --git a/control/control.c b/control/control.c
index f457e10970b3d93b6553cd46eedfb66f25f91b59..e3fe51f3beb4f663d735e16f7f16e1ae9ffe1b3f 100644
--- a/control/control.c
+++ b/control/control.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon control routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Philippe Virouleau
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  ***
  *
diff --git a/control/descriptor.c b/control/descriptor.c
index 059483861d749a4f3f4d8f0d4c6da55aaacd5a2d..b2666d2baa78291a63235a0c60b518ef696749ca 100644
--- a/control/descriptor.c
+++ b/control/descriptor.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon descriptors routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  *
  ***
  *
diff --git a/control/descriptor.h b/control/descriptor.h
index a310765ee30e8eaae5e5a913a0e419c8aa229dd1..42669511a0afcdc6b9e4b98b7a43042e05d5d84d 100644
--- a/control/descriptor.h
+++ b/control/descriptor.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon descriptor header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
@@ -19,7 +19,7 @@
  * @author Guillaume Sylvand
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_descriptor_h_
diff --git a/control/descriptor_rec.c b/control/descriptor_rec.c
index 63ebfbd0e6fdf02ff4a34e2e25d5a659b3a3663c..7c388eb9072c19e1e3cbeb6749c5436491ad8b99 100644
--- a/control/descriptor_rec.c
+++ b/control/descriptor_rec.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon descriptors routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Gwenole Lucas
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "control/common.h"
diff --git a/control/gkkleader.h b/control/gkkleader.h
index 4e4b0b863dc1b1cccf14424de423dcdf4bdf9d3f..1e3774016d2af73f838aaecd6f46da23567dd810 100644
--- a/control/gkkleader.h
+++ b/control/gkkleader.h
@@ -10,10 +10,10 @@
  ***
  *
  * @brief Chameleon InPlaceTransformation main module header
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  * This work is the implementation of an inplace transformation
  * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
diff --git a/control/global.h b/control/global.h
index f525f1cfd86d3cdd25e81442df2ac095d2e26389..4f093cd0b6c02a7d676739f3cf884ada1732c97a 100644
--- a/control/global.h
+++ b/control/global.h
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon global variables header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 /**
diff --git a/control/primes.h b/control/primes.h
index cd034af5d818d558de46a8381f0ff68586bc3d73..7af0e88aa0de33c54dba5da2890ab0cbca172c5e 100644
--- a/control/primes.h
+++ b/control/primes.h
@@ -10,11 +10,11 @@
  ***
  *
  * @brief Chameleon InPlaceTransformation prime numbers module header
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  * This work is the implementation of an inplace transformation
  * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
diff --git a/control/tile.c b/control/tile.c
index 08417220eeafb6e7db1e8b4a5088d80367cfe705..27de8841bfc344bd86cb936f885a24e49d2d316a 100644
--- a/control/tile.c
+++ b/control/tile.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon layout conversion wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
- * @date 2020-03-12
+ * @date 2022-02-22
  *
  ***
  *
diff --git a/control/workspace.c b/control/workspace.c
index 1455a4d0f1fe3497c610e00f635de2ea41b38870..568519361e64426578229b91b05bf994820a1107 100644
--- a/control/workspace.c
+++ b/control/workspace.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon workspace routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  ***
  *
diff --git a/control/workspace.h b/control/workspace.h
index 4e2638d31bc9cf66707ac35e0cff958d16218e09..c12d01bb71616b722a342d9b24f90459f30e0de4 100644
--- a/control/workspace.h
+++ b/control/workspace.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon workspace header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_workspace_h_
diff --git a/control/workspace_z.c b/control/workspace_z.c
index f0c8db82312c458adea6db39324c4a2c0b6571d4..75963d7995512e81e120b86602cee712d0aaaac4 100644
--- a/control/workspace_z.c
+++ b/control/workspace_z.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon precision dependent workspace routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -21,7 +21,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt
index 6a6e3f2f807f4b2898b8d2a2418efb81f45625e8..eb93d51258eb67f0c1c66bb8511b68317356f0a6 100644
--- a/coreblas/CMakeLists.txt
+++ b/coreblas/CMakeLists.txt
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 
diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index 0519e11e38ffc3ad1fad2998c4409c05db6377f8..dc2aac9e239f0d7136f548016105225de76a72c8 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -17,13 +17,13 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
-#  @date 2021-01-11
+#  @date 2022-02-22
 #
 ###
 
diff --git a/coreblas/compute/core_dlag2z.c b/coreblas/compute/core_dlag2z.c
index dc5b376485ce2e2e01418446957f16359b689b7c..78be93ba6ce3e0a5c58b83277eac463a4e709f6f 100644
--- a/coreblas/compute/core_dlag2z.c
+++ b/coreblas/compute/core_dlag2z.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon core_dlag2z CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_dzasum.c b/coreblas/compute/core_dzasum.c
index e21db6891999725beb4c648b43cd258bbe05f364..1b9f19d648dc6e307cfd564a32c8f23bd07d6774 100644
--- a/coreblas/compute/core_dzasum.c
+++ b/coreblas/compute/core_dzasum.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_dzasum CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zaxpy.c b/coreblas/compute/core_zaxpy.c
index 33a06cceca988a7fb88a68a31aee95d5db661931..dea53f512ee79c20b6c4170a530a2da6bf767879 100644
--- a/coreblas/compute/core_zaxpy.c
+++ b/coreblas/compute/core_zaxpy.c
@@ -9,10 +9,10 @@
  *
  ***
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zcesca.c b/coreblas/compute/core_zcesca.c
index 4003d24b808d62814f76d90651ed74360d9661ea..4c363ce16e982321241447b3436be991c1e19b50 100644
--- a/coreblas/compute/core_zcesca.c
+++ b/coreblas/compute/core_zcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon core_zcesca CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
index 5d882912396c98ce437138775f8661b110637e67..9d6df21c3bd3a8d13b3a1168252270d588971dcd 100644
--- a/coreblas/compute/core_zgeadd.c
+++ b/coreblas/compute/core_zgeadd.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon core_zgeadd CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c
index 117062a85e02f9d9cb8398be13ef2f6ae3c1867a..421a0ef94a6f177b234d313e36ef978a613495a2 100644
--- a/coreblas/compute/core_zgelqt.c
+++ b/coreblas/compute/core_zgelqt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zgelqt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c
index 157e0ca19215def3b312fa0839cdc244753de7ef..589c486f0b4459cf0320bd67c2dde1a6b27e0bf5 100644
--- a/coreblas/compute/core_zgemm.c
+++ b/coreblas/compute/core_zgemm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zgemm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Guillaume Sylvand
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgemv.c b/coreblas/compute/core_zgemv.c
index a4263ffbebc71fae384f28d073fb4b1bf4f3e04d..6a8f0404e8b75aa095780b56884e49aef1b0e073 100644
--- a/coreblas/compute/core_zgemv.c
+++ b/coreblas/compute/core_zgemv.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon core_zgemv CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c
index 70b176a1ff5e2e47811c1c2ee55c2b39eb9b3369..a28f47bb395c4b97bb0457a013fff6ab099a2a22 100644
--- a/coreblas/compute/core_zgeqrt.c
+++ b/coreblas/compute/core_zgeqrt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zgeqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
index 259f5c3baa2163c318cc3604695f1c2e5e46e9f7..517dd28739822eb614970a95443f78cfcca6a273 100644
--- a/coreblas/compute/core_zgesplit.c
+++ b/coreblas/compute/core_zgesplit.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon core_zgesplit CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c
index 635637b411fdf3e81b8dbafd0bf8cc60a81383fe..476701dbca77b58df2a72b25284be9da176f7deb 100644
--- a/coreblas/compute/core_zgessm.c
+++ b/coreblas/compute/core_zgessm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zgessm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgessq.c b/coreblas/compute/core_zgessq.c
index d1ba05de837db0cd71d006ce78124aa343ba9406..f205996b0877d0672be46054d927f504002aee3c 100644
--- a/coreblas/compute/core_zgessq.c
+++ b/coreblas/compute/core_zgessq.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_zgessq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgesum.c b/coreblas/compute/core_zgesum.c
index bcf6e54e8dddd288c835aaa1a306a4a04d88bfba..ded0fc8a477eb78889a5a5620310b39eb943919d 100644
--- a/coreblas/compute/core_zgesum.c
+++ b/coreblas/compute/core_zgesum.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon core_zgesum CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c
index dd2c7f6cdc1f4a1093bfba613cdd4e5aeb70347f..3f3c14ec490d24d90877dd96de66df8c0b1dc9f0 100644
--- a/coreblas/compute/core_zgetf2_nopiv.c
+++ b/coreblas/compute/core_zgetf2_nopiv.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon core_zgetf2_nopiv CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
index 2650b32ba38c9bd91a7770c9b4c23b720b761184..1fc1d9e3952106c444e190ef8541341b75d5c45f 100644
--- a/coreblas/compute/core_zgetrf.c
+++ b/coreblas/compute/core_zgetrf.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon core_zgetrf CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c
index a9586e33455f294d08e3056cbfc5ee6c9c9f4cce..dd9b32b4f62d2d297b5ae1df966f0a0bc0209697 100644
--- a/coreblas/compute/core_zgetrf_incpiv.c
+++ b/coreblas/compute/core_zgetrf_incpiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zgetrf_incpiv CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c
index 0d1c5c6afa608d9df5543c6e2e6e0d77655b06c5..a1a4439567949543a52d127089143ad19aaffb94 100644
--- a/coreblas/compute/core_zgetrf_nopiv.c
+++ b/coreblas/compute/core_zgetrf_nopiv.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon core_zgetrf_nopiv CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgram.c b/coreblas/compute/core_zgram.c
index 9377291a29383785b57b2031bb4f80727dd6a486..d57638ecfe4e4e1592b640709f3760b4a6dbc3a5 100644
--- a/coreblas/compute/core_zgram.c
+++ b/coreblas/compute/core_zgram.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon core_zgram CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-27
+ * @date 2022-02-22
  * @precisions normal z -> s d c z
  *
  */
diff --git a/coreblas/compute/core_zhe2ge.c b/coreblas/compute/core_zhe2ge.c
index 5e0af939d1c73211dc330a011c2cb8878e0860df..30fb9e9976664fb991a2e51bbdbb3ab9b5ddad6f 100644
--- a/coreblas/compute/core_zhe2ge.c
+++ b/coreblas/compute/core_zhe2ge.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zhe2ge CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c
index 680c50008d9d56f5bec9fbb09a8615b44ee619f1..728e9546daf2b1e49e4efd21b96af27bae7d3de2 100644
--- a/coreblas/compute/core_zhemm.c
+++ b/coreblas/compute/core_zhemm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zhemm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c
index 5975e109cc69a0253bdfb91aa5d13b399997c55a..c921400655ba9e77ca1139d3acaf4487a41d7eba 100644
--- a/coreblas/compute/core_zher2k.c
+++ b/coreblas/compute/core_zher2k.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zher2k CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zherfb.c b/coreblas/compute/core_zherfb.c
index 16b8a2875a7afff635c0564077e8e7d837ceaec0..387893dea94b1d2cebedf13c6c0d0be7019dc8f2 100644
--- a/coreblas/compute/core_zherfb.c
+++ b/coreblas/compute/core_zherfb.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon core_zherfb CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c
index 435aee0c89be3e87206acc2051921983eb16dff0..3c709c80d34b8c9b5959a3951ba7c32e70bbfdc5 100644
--- a/coreblas/compute/core_zherk.c
+++ b/coreblas/compute/core_zherk.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zherk CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zhessq.c b/coreblas/compute/core_zhessq.c
index b88251d8c8868fdcdbef96eb583bafd33559fe8f..d7df08a87a0718cbd1b77068a8b8560145f9e0c4 100644
--- a/coreblas/compute/core_zhessq.c
+++ b/coreblas/compute/core_zhessq.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_zhessq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c
index 5a79d21814efdf5e645ee6ba670fb276b2215884..98f8cba9a1494447b7c20e2d6b88f2cc6e1bb030 100644
--- a/coreblas/compute/core_zlacpy.c
+++ b/coreblas/compute/core_zlacpy.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zlacpy CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c
index 3b5727aa21e54366a04011c59a2387de5d7d24e4..aeff9de3871828fc788f7284b99a45bb15241016 100644
--- a/coreblas/compute/core_zlag2c.c
+++ b/coreblas/compute/core_zlag2c.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon core_zlag2c CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/coreblas/compute/core_zlange.c b/coreblas/compute/core_zlange.c
index ef2c1aed2128db3f486b8311a626f835da95f1df..4b6d78bca75c38138efdbe3774c8e9a41e3b3df6 100644
--- a/coreblas/compute/core_zlange.c
+++ b/coreblas/compute/core_zlange.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon core_zlange CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlanhe.c b/coreblas/compute/core_zlanhe.c
index a386dfb25fd78e33f88e43f6e4daae29ab59faf4..5548a63c57285f214bc282313ab1478ced68bb39 100644
--- a/coreblas/compute/core_zlanhe.c
+++ b/coreblas/compute/core_zlanhe.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon core_zlanhe CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zlansy.c b/coreblas/compute/core_zlansy.c
index 912419f02887b9896f834b3b67b66f197d2186ec..0f00b00c5fec72c19c26fdfc152be923aaa5ff4b 100644
--- a/coreblas/compute/core_zlansy.c
+++ b/coreblas/compute/core_zlansy.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon core_zlansy CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlantr.c b/coreblas/compute/core_zlantr.c
index 86130935826c7d9bfe04d54ba8adcd62213aa1b4..6b6808a0e8557d8d48488e42c6f8f28f25a63ce3 100644
--- a/coreblas/compute/core_zlantr.c
+++ b/coreblas/compute/core_zlantr.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_zlantr CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index b8af0132d7e9034eb3ee59e436aeef25668d4a1f..d97162b398190e7597c765cec9d56fc140c6555b 100644
--- a/coreblas/compute/core_zlascal.c
+++ b/coreblas/compute/core_zlascal.c
@@ -12,10 +12,10 @@
  *
  * @brief Chameleon core_zlascal CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Dalal Sukkari
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c
index 085d83fe9598979621f4e495cf8a63c1e020c39b..60960feefa460e894979149b7464005e08de3970 100644
--- a/coreblas/compute/core_zlaset.c
+++ b/coreblas/compute/core_zlaset.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zlaset CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c
index 639b73befb3a814f58585ca0a98717aa95ef7d1f..90d2713e36f75abe1c098fdf14626b2de92d7f25 100644
--- a/coreblas/compute/core_zlaset2.c
+++ b/coreblas/compute/core_zlaset2.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zlaset2 CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlatm1.c b/coreblas/compute/core_zlatm1.c
index df9011242dbe6412a7f27530e105e011cd03b1e7..9c59b531c73584782cf24af448e3838feb5f6471 100644
--- a/coreblas/compute/core_zlatm1.c
+++ b/coreblas/compute/core_zlatm1.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon core_dlatm1 CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlatro.c b/coreblas/compute/core_zlatro.c
index 775d395a127bfe44afca68584d1140eb2e7d4a58..73d00c72f9b111aa4ed98f9915b5bcc4a80f2a9f 100644
--- a/coreblas/compute/core_zlatro.c
+++ b/coreblas/compute/core_zlatro.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon core_zlatro CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Azzam Haidar
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c
index d98089c5451896fb2a816f581b7e9b1e60b2aa17..76dde7c9a8c68701b3d1770086fb47d235d785a1 100644
--- a/coreblas/compute/core_zlauum.c
+++ b/coreblas/compute/core_zlauum.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zlauum CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c
index 43a572ac42917f15c62ba91fe9e101b2ab5c4cb0..f3b9d3aa429b7299c6427cb79a7a7fb331fae276 100644
--- a/coreblas/compute/core_zpamm.c
+++ b/coreblas/compute/core_zpamm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zpamm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c
index 4b8f54add46a3bbd9a9ddebd8ae1f1d305a1b37f..de9756506e88cd00975d30d3714c2cd881c3e6e1 100644
--- a/coreblas/compute/core_zparfb.c
+++ b/coreblas/compute/core_zparfb.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zparfb CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c
index ef2c12c7c221aca01d03c7ef102e565b7065e9f5..7999e6634a74027bca6e2a67f3caf54dc73636d3 100644
--- a/coreblas/compute/core_zpemv.c
+++ b/coreblas/compute/core_zpemv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zpemv CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c
index 4b42a070c6fe0ac50962702ad658673159bdd00a..63827e207f16d5c809cebbcf36d8b92b7552254d 100644
--- a/coreblas/compute/core_zplghe.c
+++ b/coreblas/compute/core_zplghe.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zplghe CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Guillaume Sylvand
- * @date 2020-10-10
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c
index 47cd1e069267bea08e836402395843464a3459c4..0be4e547ee03ac2dc0585a05aea5d7242186d949 100644
--- a/coreblas/compute/core_zplgsy.c
+++ b/coreblas/compute/core_zplgsy.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zplgsy CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Guillaume Sylvand
- * @date 2020-10-10
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c
index b5994b90d038e7991c20df14f8f7e5ac1570e40a..f3f3b506a51cfee630a7bd1c4b56da8694a287a8 100644
--- a/coreblas/compute/core_zplrnt.c
+++ b/coreblas/compute/core_zplrnt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zplrnt CPU kernel
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-10-10
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zplssq.c b/coreblas/compute/core_zplssq.c
index b167f4d3973678b01d2abc6f5b0fbfb3f9f5295b..f100a4af2ce8b493d6c1bdb34157d0dea70e2c32 100644
--- a/coreblas/compute/core_zplssq.c
+++ b/coreblas/compute/core_zplssq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon core_zplssq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c
index 2282a5825f120ac37f907109f31ffd63d4ce2406..c854fcbb63c249ced540f7d4049f271ccf30982b 100644
--- a/coreblas/compute/core_zpotrf.c
+++ b/coreblas/compute/core_zpotrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zpotrf CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c
index 2b9d237b6837178a7758a2e31caa6ad2bc089662..b579d3f3f94eafc56847aa9179dfca7a90bfbb17 100644
--- a/coreblas/compute/core_zssssm.c
+++ b/coreblas/compute/core_zssssm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zssssm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c
index 2c735220a9aecf92bb195fa3aaad3a5fb3306130..5fec36f94a6b351d0107c37369a4a7dcaf509ca7 100644
--- a/coreblas/compute/core_zsymm.c
+++ b/coreblas/compute/core_zsymm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zsymm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c
index 3a7e44988f3a8d3c5925e8f67a39826d02305969..4e25463f3e4b5a6f5b7414fc4847dc3ef7141a39 100644
--- a/coreblas/compute/core_zsyr2k.c
+++ b/coreblas/compute/core_zsyr2k.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zsyr2k CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c
index 73395a6e4b2efba01d19e3e58645994f61947b0a..53baf3f0b01cba41c3688a6a9da418da4958b60d 100644
--- a/coreblas/compute/core_zsyrk.c
+++ b/coreblas/compute/core_zsyrk.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zsyrk CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsyssq.c b/coreblas/compute/core_zsyssq.c
index 8a600d39f3869260c28813e26f738569abffcc7a..e2fc1248b9585810ece09377deae01f1cb57d6d4 100644
--- a/coreblas/compute/core_zsyssq.c
+++ b/coreblas/compute/core_zsyssq.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_zsyssq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c
index 2da3c6e6914b59bc00838d1ffb50c7e26e9b5479..254771cfee2ad48a6a62aa9a203c8193f2cecd87 100644
--- a/coreblas/compute/core_zsytf2_nopiv.c
+++ b/coreblas/compute/core_zsytf2_nopiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zsytf2_nopiv CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_ztile.c b/coreblas/compute/core_ztile.c
index bee05a72fa4df1424227958875ec1f62c5fa9d43..8d6f68e943790322b5c771e1073c9f49f20cc33a 100644
--- a/coreblas/compute/core_ztile.c
+++ b/coreblas/compute/core_ztile.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon CPU kernel interface from CHAM_tile_t layout to the real one.
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztile_empty.c b/coreblas/compute/core_ztile_empty.c
index d65850e2ef0723630b6997385ea644f7d020fe4b..90bfbd3e2c5ce5838ff97b6a28fd8333d389c2c7 100644
--- a/coreblas/compute/core_ztile_empty.c
+++ b/coreblas/compute/core_ztile_empty.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon CPU kernel interface from CHAM_tile_t layout to the real one.
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c
index 69f300cd04d2f39fe9743603aa7bd49071c16a6f..bd849a007d149393ca6674d0e17c22a5fb31999c 100644
--- a/coreblas/compute/core_ztplqt.c
+++ b/coreblas/compute/core_ztplqt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon core_ztplqt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c
index 3491c820aff74d97edc879ce19f96c05eb1943ab..89220d3efe699e8decf7f496de83fe035ef2a7bd 100644
--- a/coreblas/compute/core_ztpmlqt.c
+++ b/coreblas/compute/core_ztpmlqt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon core_ztpmlqt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c
index 06db92cd4f982e9837d2eb28b76824b12f73dc14..96ae22cc3fc5775dce66f93fb9225b76d0095037 100644
--- a/coreblas/compute/core_ztpmqrt.c
+++ b/coreblas/compute/core_ztpmqrt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon core_ztpmqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c
index 93f102183bee28d50e1b9ced1d87181d99f5d381..fa3d5f700b8177de0146d97a0ba0904239b13428 100644
--- a/coreblas/compute/core_ztpqrt.c
+++ b/coreblas/compute/core_ztpqrt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon core_ztpqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztradd.c b/coreblas/compute/core_ztradd.c
index 027216e200c00cdf628816bd1fafa8cc804399c8..6c32d33237e0e418024ced1a323416c8df7c2a30 100644
--- a/coreblas/compute/core_ztradd.c
+++ b/coreblas/compute/core_ztradd.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_ztradd CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrasm.c b/coreblas/compute/core_ztrasm.c
index 653fa68e50d105c1e4716bd485fdeeaedcc042a4..2c89c76152adf7a977584003e49e2aee5459619f 100644
--- a/coreblas/compute/core_ztrasm.c
+++ b/coreblas/compute/core_ztrasm.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_ztrasm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c
index 7f7ca5ee9e17fe813223130f145b53841cf80d36..539460bfee36b04e84dc1752f715513b9a797073 100644
--- a/coreblas/compute/core_ztrmm.c
+++ b/coreblas/compute/core_ztrmm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztrmm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c
index c0984cf4da3d7dbcdc94e5200d448b05cf94d8d1..c41dbba8473442c408f8fcd3cfdad0d0249e42af 100644
--- a/coreblas/compute/core_ztrsm.c
+++ b/coreblas/compute/core_ztrsm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztrsm CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrssq.c b/coreblas/compute/core_ztrssq.c
index 8545a2bf1d5f9ebf55049dc38ac20b07e49569e8..c23aa9ea3a970b85d7d57e89e33702a38683f694 100644
--- a/coreblas/compute/core_ztrssq.c
+++ b/coreblas/compute/core_ztrssq.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_ztrssq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c
index 2df7606e3a0f8e8243129b67a8429e00f44736f3..7608931532ded5b5eda50b01fa6acbd5755dd035 100644
--- a/coreblas/compute/core_ztrtri.c
+++ b/coreblas/compute/core_ztrtri.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztrtri CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c
index 246191bcf0c0cadcbd3fe0ac02331bd1a2331a4f..da4007d80effcc749f8c5b40aa5d8e2e4f1eab41 100644
--- a/coreblas/compute/core_ztslqt.c
+++ b/coreblas/compute/core_ztslqt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztslqt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c
index 38b79649e4713a7172f2fec43cc51a7e9615ee86..c3118a5594c2050ac8db2711748d58292635a108 100644
--- a/coreblas/compute/core_ztsmlq.c
+++ b/coreblas/compute/core_ztsmlq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztsmlq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmlq_hetra1.c b/coreblas/compute/core_ztsmlq_hetra1.c
index 5a933292a24fc6a86b4ce01cded014b13b3e4db7..14e6f61dbaeda86078c0c9f86e53a914f118a551 100644
--- a/coreblas/compute/core_ztsmlq_hetra1.c
+++ b/coreblas/compute/core_ztsmlq_hetra1.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon core_ztsmlq_hetra1 CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c
index 0114b522e10cf3be479be73eb2a4d7da4a7ab242..8ba326b76382a34ae7f625b6f152f639c92a7af8 100644
--- a/coreblas/compute/core_ztsmqr.c
+++ b/coreblas/compute/core_ztsmqr.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztsmqr CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmqr_hetra1.c b/coreblas/compute/core_ztsmqr_hetra1.c
index 8732fdd328951b14effcf1efb4adc117b3c6ee50..793f84f90f667851f510849f2d6c96afc8139c7b 100644
--- a/coreblas/compute/core_ztsmqr_hetra1.c
+++ b/coreblas/compute/core_ztsmqr_hetra1.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon core_ztsmqr_hetra1 CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c
index 4be7ea7362cf988f5e1af82e072e28f05fc0f8db..6124f2872a57bef7ae45997cedca98170f3f1f57 100644
--- a/coreblas/compute/core_ztsqrt.c
+++ b/coreblas/compute/core_ztsqrt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztsqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c
index 9f3de71aba00fb987dd1a7f8d033d733ea892b12..05c89a0fb4ffe0da4fea262b2d88135283bcf9ec 100644
--- a/coreblas/compute/core_ztstrf.c
+++ b/coreblas/compute/core_ztstrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_ztstrf CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c
index e7d7bb7f0686f0276924dfc14e6dd595c756741e..8a31b76b29b7829ad65b8c88cbf5f13e1e6bdba7 100644
--- a/coreblas/compute/core_zttlqt.c
+++ b/coreblas/compute/core_zttlqt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zttlqt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c
index 7fc930869b6a3ac3e09d41c9f33472a8fdab3a3d..dcd962c008cf2178401916a36bd3ef244d2b32bd 100644
--- a/coreblas/compute/core_zttmlq.c
+++ b/coreblas/compute/core_zttmlq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zttmlq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
index aebc8cfb18834221679952c42fcf12126b3d265c..4770c22c069cc1f764db0a0b8c97a0b94d2f0456 100644
--- a/coreblas/compute/core_zttmqr.c
+++ b/coreblas/compute/core_zttmqr.c
@@ -10,7 +10,7 @@
  *
  * @brief Chameleon core_zttmqr CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c
index 3136dba4de7d5052fb630b5457d72d09b1323b0f..a3f89d01757450e26e41a012d5008e5e3ec54909 100644
--- a/coreblas/compute/core_zttqrt.c
+++ b/coreblas/compute/core_zttqrt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zttqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c
index 65d29d14adf1438fe8822f1725fb6631cd617174..453cb1b0d37cb61b093b7abb23b0acd24e069204 100644
--- a/coreblas/compute/core_zunmlq.c
+++ b/coreblas/compute/core_zunmlq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon core_zunmlq CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -21,7 +21,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c
index f9932cd67c2e69fa974873e493c43f12ff7baffd..8e9cb64a2433c1a3421a33b010deb66f4cfa2aa7 100644
--- a/coreblas/compute/core_zunmqr.c
+++ b/coreblas/compute/core_zunmqr.c
@@ -12,7 +12,7 @@
  *
  * @brief Chameleon core_zunmqr CPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -21,7 +21,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c
index d7dc99d156fc389948262a0abba79a57ea8f036f..e08888e0d66482d80d025aefa789e1d453ab54e6 100644
--- a/coreblas/compute/global.c
+++ b/coreblas/compute/global.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon global coreblas variables and functions
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "coreblas.h"
diff --git a/coreblas/compute/hmat_z.c b/coreblas/compute/hmat_z.c
index 5c64580bc110e007ce0fb62526459e7744fb4af6..a3db67d267eb3f5da8f01a436dd90933428deb66 100644
--- a/coreblas/compute/hmat_z.c
+++ b/coreblas/compute/hmat_z.c
@@ -8,10 +8,10 @@
  *
  * @brief Chameleon interface for H-Mat kernels
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Rocio Carratala-Saez
  * @author Mathieu Faverge
- * @date 2019-12-02
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt
index f684542be072bbab6f3049328be7b63c465584d8..02d56b24058c3ac750a7289612fbda2270391b33 100644
--- a/coreblas/eztrace_module/CMakeLists.txt
+++ b/coreblas/eztrace_module/CMakeLists.txt
@@ -17,10 +17,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 
diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
index 630797a761488f5286a85870267b7f15bae45c13..a29218b73f207019446cb1b8cbbe819c53743521 100644
--- a/coreblas/include/CMakeLists.txt
+++ b/coreblas/include/CMakeLists.txt
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2020-10-10
+#  @date 2022-02-22
 #
 ###
 
diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index 60fc0b6ac9c6242848eef87d32f922800c449849..50a31094db4cf663eb6d6e4364f9d0b0dbc0631a 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon CPU kernels main header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _coreblas_h_
diff --git a/coreblas/include/coreblas/cblas.h b/coreblas/include/coreblas/cblas.h
index e43a82d82a4da8fd0c0aba53b609d40fd6b8e0c3..9949394ab2d1c001b34ab94b9cbcc38e05b11de3 100644
--- a/coreblas/include/coreblas/cblas.h
+++ b/coreblas/include/coreblas/cblas.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon cblas header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _cblas_h_
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index 88236e13be7cd7ec7a0d821216c4e8b43063fd4e..850df39fd2dd1345c35b74001591b2247a415835 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon CPU CHAMELEON_Complex64_t kernels header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -21,7 +21,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h
index 27ffb248d5b55da307a75ef31ae8e0021071a11b..0e62bef4d60cd0eff9880d99e85c764d7da1f318 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon CPU complex mixed precision kernels header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/coreblas/include/coreblas/coreblas_ztile.h b/coreblas/include/coreblas/coreblas_ztile.h
index 89bf22d10029ac263ebd3aaafac441c72a6b339e..cd7793625fa2e5bbc258f64a4ef3eb11a3f7ee39 100644
--- a/coreblas/include/coreblas/coreblas_ztile.h
+++ b/coreblas/include/coreblas/coreblas_ztile.h
@@ -7,9 +7,9 @@
  *
  * @brief Chameleon CPU kernel CHAM_tile_t interface
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/include/coreblas/hmat.h b/coreblas/include/coreblas/hmat.h
index fcf6d079663d006f988fc0b61b4e06903e22825f..7725268a5a363a35029442e5ba8930d24f0e6e6e 100644
--- a/coreblas/include/coreblas/hmat.h
+++ b/coreblas/include/coreblas/hmat.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon CPU hmat-oss function declaration
  *
- * @version 0.9.2
+ * @version 1.2.0
  * @author Rocio Carratala-Saez
  * @author Mathieu Faverge
- * @date 2019-12-02
+ * @date 2022-02-22
  *
  */
 #ifndef _coreblas_hmat_h_
diff --git a/coreblas/include/coreblas/hmat_z.h b/coreblas/include/coreblas/hmat_z.h
index d4ae34c9d81e31440bdd93effb042a04b2ddd07c..648dc5d48c61321c20f5ea81cda5c0fe6291136c 100644
--- a/coreblas/include/coreblas/hmat_z.h
+++ b/coreblas/include/coreblas/hmat_z.h
@@ -8,10 +8,10 @@
  *
  * @brief Chameleon CPU kernel interface from CHAM_tile_t layout to the real one.
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Rocio Carratala-Saez
  * @author Mathieu Faverge
- * @date 2019-12-02
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/include/coreblas/lapacke_config.h b/coreblas/include/coreblas/lapacke_config.h
index a8e71d8b02940702519e4024ee236732fc683a0e..c99993e76b9abf118a232dd15159ed3dd6e89fab 100644
--- a/coreblas/include/coreblas/lapacke_config.h
+++ b/coreblas/include/coreblas/lapacke_config.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon lapacke configuration header
  *
- * @version 1.0.0
+ * @version 1.2.0
  *
  */
 /**
diff --git a/coreblas/include/coreblas/lapacke_mangling.h b/coreblas/include/coreblas/lapacke_mangling.h
index c32256bf590b17151aef72740aac9716c8f4cd56..b2fdfcc6aef135225eb7afe25c076021a18a094e 100644
--- a/coreblas/include/coreblas/lapacke_mangling.h
+++ b/coreblas/include/coreblas/lapacke_mangling.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon lapacke mangling header
  *
- * @version 1.0.0
+ * @version 1.2.0
  *
  */
 #ifndef _lapacke_mangling_h_
diff --git a/coreblas/include/coreblas/random.h b/coreblas/include/coreblas/random.h
index 7f1c20d90c08b8db19cb8e926a137844949a77cb..5e068da88fc3251ab90b2518c47204d745fc12d4 100644
--- a/coreblas/include/coreblas/random.h
+++ b/coreblas/include/coreblas/random.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon coreblas random number generator
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Mathieu Faverge
- * @date 2020-10-10
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/include/coreblas/sumsq_update.h b/coreblas/include/coreblas/sumsq_update.h
index 75e04252155ad7398f0baf69685feeb8c743e1bf..65c8bf3382d41bea456aa16ab2774c794e41e2be 100644
--- a/coreblas/include/coreblas/sumsq_update.h
+++ b/coreblas/include/coreblas/sumsq_update.h
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon CPU auxiliary sumsq_update routine
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _sumsq_update_h_
diff --git a/cudablas/CMakeLists.txt b/cudablas/CMakeLists.txt
index 8a9f10589c688e5345ad7f217e533008ef6c58d2..981d663c2d91d843fccfa83f908942fc86af0a5f 100644
--- a/cudablas/CMakeLists.txt
+++ b/cudablas/CMakeLists.txt
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 
diff --git a/cudablas/compute/CMakeLists.txt b/cudablas/compute/CMakeLists.txt
index 6cb9a8e511222807b5737176409ab0513f7fa456..8e69bd9420b1e3864b3588059c550ca299d39e78 100644
--- a/cudablas/compute/CMakeLists.txt
+++ b/cudablas/compute/CMakeLists.txt
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
 #  @author Mathieu Faverge
-#  @date 2021-01-11
+#  @date 2022-02-22
 #
 ###
 
diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c
index ea17b3a6b01ba75add2a08f5b8ea9b5718734e8e..5239d416cd4dd9dbbbd1273d99c0d8d2bef0a62a 100644
--- a/cudablas/compute/cuda_zgeadd.c
+++ b/cudablas/compute/cuda_zgeadd.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon cuda_zgeadd GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgelqt.c b/cudablas/compute/cuda_zgelqt.c
index 3159194f0d3e7b1fe437ff2d0efa02e7da99bdc2..01f46b60dd16036f36e984f06d63fad91cb76209 100644
--- a/cudablas/compute/cuda_zgelqt.c
+++ b/cudablas/compute/cuda_zgelqt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zgelqt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c
index 96f5efaaacbc2c02b15996e32e1ad8aaa66afb4d..1f64403d724bc14b2131cf8930bc45097c6afd08 100644
--- a/cudablas/compute/cuda_zgemerge.c
+++ b/cudablas/compute/cuda_zgemerge.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zgemerge GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgemm.c b/cudablas/compute/cuda_zgemm.c
index 0bc6f7e003b8b2322975c04b231d0ad0921a4c39..e594502a0ac43821ad1b762c5371a8282e50b604 100644
--- a/cudablas/compute/cuda_zgemm.c
+++ b/cudablas/compute/cuda_zgemm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zgemm GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgeqrt.c b/cudablas/compute/cuda_zgeqrt.c
index 5d8ed48fbb3bd0c23e91e01d9b3d4b0ca261a99c..a1b30867ffce70dc3c26e04c857c351fdf44d01c 100644
--- a/cudablas/compute/cuda_zgeqrt.c
+++ b/cudablas/compute/cuda_zgeqrt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zgeqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgessm.c b/cudablas/compute/cuda_zgessm.c
index fc1125109ea6d1282b67043e45584c1bb66d4680..829be25f13cc0b257c0a83237b48da405508a98d 100644
--- a/cudablas/compute/cuda_zgessm.c
+++ b/cudablas/compute/cuda_zgessm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zgessm GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgetrf.c b/cudablas/compute/cuda_zgetrf.c
index be28b64960bb0222ef3adf804c41cc52cc5faa11..df8c6c8deffdb9f63e8990801eeb2faeaa4d5ffa 100644
--- a/cudablas/compute/cuda_zgetrf.c
+++ b/cudablas/compute/cuda_zgetrf.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zgetrf GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zhemm.c b/cudablas/compute/cuda_zhemm.c
index 3e8d1166c2b7e498b3bfe44e9c571c38bc5d297d..1b1ad4d190f5e34b9d7249714303d62b29f2c655 100644
--- a/cudablas/compute/cuda_zhemm.c
+++ b/cudablas/compute/cuda_zhemm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zhemm GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/cudablas/compute/cuda_zher2k.c b/cudablas/compute/cuda_zher2k.c
index 5a9af58b34abe31f7123f91fbbe749c9951ce29a..6b4289d95b69c0b0ec977ab8314b13cf602163e9 100644
--- a/cudablas/compute/cuda_zher2k.c
+++ b/cudablas/compute/cuda_zher2k.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zher2k GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/cudablas/compute/cuda_zherfb.c b/cudablas/compute/cuda_zherfb.c
index d84adf8d6f38267ba1f646bf93d2c20b4712622c..d4a48b274462c8adf7333fb0024a86d0f516e61a 100644
--- a/cudablas/compute/cuda_zherfb.c
+++ b/cudablas/compute/cuda_zherfb.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zherfb GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zherk.c b/cudablas/compute/cuda_zherk.c
index 7acc0bd577cb5781be5fa9e44ade9829710f52ba..44f389ecd665c0a55050a35ed20f8db5bda871a6 100644
--- a/cudablas/compute/cuda_zherk.c
+++ b/cudablas/compute/cuda_zherk.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zherk GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/cudablas/compute/cuda_zlarfb.c b/cudablas/compute/cuda_zlarfb.c
index bff36f161abbd248d535486991f5dbed20333da4..09d16c408360f534b7709a12ed988a4d72ddac8a 100644
--- a/cudablas/compute/cuda_zlarfb.c
+++ b/cudablas/compute/cuda_zlarfb.c
@@ -13,10 +13,10 @@
  *
  * Code originated from MAGMA
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zlauum.c b/cudablas/compute/cuda_zlauum.c
index 772c731718ec7494bcef75e36222dfdbb9374640..9026ed712f0e4e5235133c53a493fb08fdca8970 100644
--- a/cudablas/compute/cuda_zlauum.c
+++ b/cudablas/compute/cuda_zlauum.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zlauum GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zparfb.c b/cudablas/compute/cuda_zparfb.c
index 80d7557859b9e5a5289e121869614bc4c80fbd3e..5fc04a48ee7e0fdab1bd665bbeb2efaf09dd84e3 100644
--- a/cudablas/compute/cuda_zparfb.c
+++ b/cudablas/compute/cuda_zparfb.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zparfb GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zpotrf.c b/cudablas/compute/cuda_zpotrf.c
index 546817a8c8b00cf33084de28b9c194f648e1342f..ef877426ff573c8a6a80a384b5ae19c35c82d463 100644
--- a/cudablas/compute/cuda_zpotrf.c
+++ b/cudablas/compute/cuda_zpotrf.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zpotrf GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zssssm.c b/cudablas/compute/cuda_zssssm.c
index 960ddd88fb25d9b8cce93bfbf9b7b9d8d2ac0bbd..855d27cbd8c55f84177dd67cf92df5f3399ba3f4 100644
--- a/cudablas/compute/cuda_zssssm.c
+++ b/cudablas/compute/cuda_zssssm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zssssm GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zsymm.c b/cudablas/compute/cuda_zsymm.c
index 8efcd99d1ed8f8ad913c1e5d01a42478a90b07df..0bc0bb0e4092650f0df60e31e5f9aad1c076aed4 100644
--- a/cudablas/compute/cuda_zsymm.c
+++ b/cudablas/compute/cuda_zsymm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zsymm GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zsyr2k.c b/cudablas/compute/cuda_zsyr2k.c
index fb6d4398bbc9dc7d8c7ed6099cafe41656ad9850..b97fd576a3cf13eb0e8729452c81bd1f1ddbdd7f 100644
--- a/cudablas/compute/cuda_zsyr2k.c
+++ b/cudablas/compute/cuda_zsyr2k.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zsyr2k GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zsyrk.c b/cudablas/compute/cuda_zsyrk.c
index 05e143c6ad02365ddd8289115192cd6a8c8fbd3a..03c94f684b4bc5a9bb419ee190979ceed55f1c9a 100644
--- a/cudablas/compute/cuda_zsyrk.c
+++ b/cudablas/compute/cuda_zsyrk.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zsyrk GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztpmlqt.c b/cudablas/compute/cuda_ztpmlqt.c
index 5e1c31b3c5e4eecc93618c647e3335c745e7f314..0a18f69f31e5d8fb4aaa87adac65040f20ad4879 100644
--- a/cudablas/compute/cuda_ztpmlqt.c
+++ b/cudablas/compute/cuda_ztpmlqt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon cuda_ztpmlqt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c
index 72307544809fd113e3e7db115d088c03d0798671..3c4dcafd3302f4276d5bff7278ca255f8c78770a 100644
--- a/cudablas/compute/cuda_ztpmqrt.c
+++ b/cudablas/compute/cuda_ztpmqrt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztpmqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztrmm.c b/cudablas/compute/cuda_ztrmm.c
index 959215f18cb19f0e1ab2c0a7ad0766e9d57d0c74..d5710f7874298dbfb065af1ce282650d52fa37a7 100644
--- a/cudablas/compute/cuda_ztrmm.c
+++ b/cudablas/compute/cuda_ztrmm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztrmm GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztrsm.c b/cudablas/compute/cuda_ztrsm.c
index 19716534efd69059517461133c880a0075ea4c5f..18e381625b713ac05b2e6553365d24d0949d736a 100644
--- a/cudablas/compute/cuda_ztrsm.c
+++ b/cudablas/compute/cuda_ztrsm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztrsm GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztrtri.c b/cudablas/compute/cuda_ztrtri.c
index 35f04327d97d68e893788e7012a3e047d49f5f2a..7015c93f3a69c56805fbd25802e4ccaa9aac9089 100644
--- a/cudablas/compute/cuda_ztrtri.c
+++ b/cudablas/compute/cuda_ztrtri.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztrtri GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztslqt.c b/cudablas/compute/cuda_ztslqt.c
index 9ab535e58acc3da773e992ad9040a2b8b3282aa5..db0f53b26c772616ab216dc1da5abd94141d3970 100644
--- a/cudablas/compute/cuda_ztslqt.c
+++ b/cudablas/compute/cuda_ztslqt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztslqt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztsmlq.c b/cudablas/compute/cuda_ztsmlq.c
index 5cd02a13199e3b31371009d94de4e4564f9fbefa..7af9c4e44f5df910e0713d85fc2c1f459f2cc91f 100644
--- a/cudablas/compute/cuda_ztsmlq.c
+++ b/cudablas/compute/cuda_ztsmlq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztsmlq GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztsmqr.c b/cudablas/compute/cuda_ztsmqr.c
index 53fc92afd32aa64def683f82d0ef25c0febfa819..2a00686651b0beb2a8968f50e49f148c694ec974 100644
--- a/cudablas/compute/cuda_ztsmqr.c
+++ b/cudablas/compute/cuda_ztsmqr.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztsmqr GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztsqrt.c b/cudablas/compute/cuda_ztsqrt.c
index 56fad857304160ef92c3b8c39d6f157fe69b77df..f027fedb75b3ebc04313972364e4f82511805ffa 100644
--- a/cudablas/compute/cuda_ztsqrt.c
+++ b/cudablas/compute/cuda_ztsqrt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztsqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztstrf.c b/cudablas/compute/cuda_ztstrf.c
index 5f36358058dbd86fdde8d1018dfd44a14456eb6c..f113133f69f65c35628d5f8429fa4264e005ca02 100644
--- a/cudablas/compute/cuda_ztstrf.c
+++ b/cudablas/compute/cuda_ztstrf.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_ztstrf GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zttmlq.c b/cudablas/compute/cuda_zttmlq.c
index 010fa356d41cdf0bc781c0d28d20de7417d9d921..c46a589810172fe52e30cdafa1aaab50851a7e85 100644
--- a/cudablas/compute/cuda_zttmlq.c
+++ b/cudablas/compute/cuda_zttmlq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zttmlq GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c
index a64b3bb45f3cdbec202f18ebfcb2298a58d88721..e18466a0ed3bbcf797affb5d4113a886ddb79b79 100644
--- a/cudablas/compute/cuda_zttmqr.c
+++ b/cudablas/compute/cuda_zttmqr.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zttmqr GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zunmlqt.c b/cudablas/compute/cuda_zunmlqt.c
index d239aed747c4221d9d3c426acd054260f9506ace..62b69564460b280ffb09d80c5dfb5b7532fb4fc5 100644
--- a/cudablas/compute/cuda_zunmlqt.c
+++ b/cudablas/compute/cuda_zunmlqt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zunmlqt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zunmqrt.c b/cudablas/compute/cuda_zunmqrt.c
index 825410ded5a46c66361325cd3c30cf143bb8e06a..a036a9273776d3d96ad7a5e42ce06f5447936ea0 100644
--- a/cudablas/compute/cuda_zunmqrt.c
+++ b/cudablas/compute/cuda_zunmqrt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon cuda_zunmqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index 14e30fd8ceb4a67a6466352a81f084f437f1c871..4c460a0c7b1bd67197393d0acb17288c4578dd3f 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon global cudablas variables and functions
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "cudablas.h"
diff --git a/cudablas/eztrace_module/CMakeLists.txt b/cudablas/eztrace_module/CMakeLists.txt
index 6b6e28f5242fcc3a971fac6e1d8a8d522633c5f2..e5fd417055d5b08e0715dbe41bccf497c4c65448 100644
--- a/cudablas/eztrace_module/CMakeLists.txt
+++ b/cudablas/eztrace_module/CMakeLists.txt
@@ -17,10 +17,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 
diff --git a/cudablas/include/CMakeLists.txt b/cudablas/include/CMakeLists.txt
index bd00497dc38fc87abc5abb51b4145bd79da3e661..096711d35cc15fd015ce62f929bd4137cdb5ad86 100644
--- a/cudablas/include/CMakeLists.txt
+++ b/cudablas/include/CMakeLists.txt
@@ -17,10 +17,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 
diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h
index ddc03b44cc72fb3d73c390df6b0d8de34200fc63..3e24e5fdb7587cb5103ed2abb87ad4755c6fa1be 100644
--- a/cudablas/include/cudablas.h
+++ b/cudablas/include/cudablas.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon GPU kernels main header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Nathalie Furmento
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/include/cudablas/cudablas_z.h b/cudablas/include/cudablas/cudablas_z.h
index a4f9302e17af5631d039ebbd63c938a32a403814..0a619cdfd19377804a3df4f0b3f5de516bf61d79 100644
--- a/cudablas/include/cudablas/cudablas_z.h
+++ b/cudablas/include/cudablas/cudablas_z.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon GPU CHAMELEON_Complex64_t kernels header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 271a4210eab4e6bb28f075d40090012477d28e86..e430bd10afb4b2d0c7468c582b00ca43c99da54e 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2021-01-04
+#  @date 2022-02-22
 #
 ###
 
diff --git a/doc/dev/CMakeLists.txt b/doc/dev/CMakeLists.txt
index 792696af116fc5a33017bb9f4ab8a75b3e47e493..59dca9eb3411eacf43dd061d766cc42ea49b06cf 100644
--- a/doc/dev/CMakeLists.txt
+++ b/doc/dev/CMakeLists.txt
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2021-01-04
+#  @date 2022-02-22
 #
 ###
 
diff --git a/doc/user/CMakeLists.txt b/doc/user/CMakeLists.txt
index a28e97cfa713ce2f3fc8bbace6cf6208728a423d..09c3300030c61f3e4222df73c97feda8c9a26a92 100644
--- a/doc/user/CMakeLists.txt
+++ b/doc/user/CMakeLists.txt
@@ -14,10 +14,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2021-01-04
+#  @date 2021-09-27
 #
 ###
 
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index ba991500c3c633210016c15045dd141874a71b8a..f740b8909f12b300574212a93fcc95ce224aeab2 100755
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -17,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 if (CHAMELEON_SIMULATION)
diff --git a/example/lapack_to_chameleon/CMakeLists.txt b/example/lapack_to_chameleon/CMakeLists.txt
index 5763e35da9ecc7af01fc2e0e1e8ae3a06b81318e..a123228e95547f34e7d980a109714b9b66cac1d9 100644
--- a/example/lapack_to_chameleon/CMakeLists.txt
+++ b/example/lapack_to_chameleon/CMakeLists.txt
@@ -13,11 +13,11 @@
 #  CHAMELEON is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
 #  @author Mathieu Faverge
-#  @date 2021-01-04
+#  @date 2022-02-22
 #
 ###
 
diff --git a/example/lapack_to_chameleon/lapack_to_chameleon.h b/example/lapack_to_chameleon/lapack_to_chameleon.h
index a23425b2569557ca10d7ca4b3e929957981c8b66..b57c0e6f8f5e484f77a5a807ca4cb01921933535 100644
--- a/example/lapack_to_chameleon/lapack_to_chameleon.h
+++ b/example/lapack_to_chameleon/lapack_to_chameleon.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon examples common header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _lapack_to_chameleon_h_
diff --git a/example/lapack_to_chameleon/step0.c b/example/lapack_to_chameleon/step0.c
index 0867c80087a24c6c1fb1f6c94d4dc5758355c724..1ccc59c3ee12cb88f9a7a939731d1475b9ead5dd 100644
--- a/example/lapack_to_chameleon/step0.c
+++ b/example/lapack_to_chameleon/step0.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step0 example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "step0.h"
diff --git a/example/lapack_to_chameleon/step0.h b/example/lapack_to_chameleon/step0.h
index 79467527102a96d79bee1456650ea8817eaa8616..f30024b1ce4b090fe66156943137a052c2c532e0 100644
--- a/example/lapack_to_chameleon/step0.h
+++ b/example/lapack_to_chameleon/step0.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step0 example header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _step0_h_
diff --git a/example/lapack_to_chameleon/step1.c b/example/lapack_to_chameleon/step1.c
index 4e2d9f86bc73eb2802c536d6069545765d49da17..c37b58a1c43347cb251af9d3aa6662c477d8a0dc 100644
--- a/example/lapack_to_chameleon/step1.c
+++ b/example/lapack_to_chameleon/step1.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon step1 example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "step1.h"
diff --git a/example/lapack_to_chameleon/step1.h b/example/lapack_to_chameleon/step1.h
index 1eceef3f3a212bd746a0357707fb8d44658113f2..7483a72ea8d2ba89cf2047904f36c40384d2a1eb 100644
--- a/example/lapack_to_chameleon/step1.h
+++ b/example/lapack_to_chameleon/step1.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step1 example header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _step1_h_
diff --git a/example/lapack_to_chameleon/step2.c b/example/lapack_to_chameleon/step2.c
index f91e77e5f1781dcb2f4ad1bad82d8c8dbadaef3c..a1a0f3d3467239d71eb675ebb710e6dbb1dd2bf8 100644
--- a/example/lapack_to_chameleon/step2.c
+++ b/example/lapack_to_chameleon/step2.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon step2 example
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-12
+ * @date 2022-02-22
  *
  */
 #include "step2.h"
diff --git a/example/lapack_to_chameleon/step2.h b/example/lapack_to_chameleon/step2.h
index 03d3ff12e9db42c2a5ccae40f5727801df705146..ee136338597231740d0b435c73420c013623291d 100644
--- a/example/lapack_to_chameleon/step2.h
+++ b/example/lapack_to_chameleon/step2.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step2 example header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _step2_h_
diff --git a/example/lapack_to_chameleon/step3.c b/example/lapack_to_chameleon/step3.c
index b3f9a46f390ffad015721a2b516fa6dab4155558..4c702368d7104a26d0dc94668b8f8f0c7c75b59f 100644
--- a/example/lapack_to_chameleon/step3.c
+++ b/example/lapack_to_chameleon/step3.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon step3 example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "step3.h"
diff --git a/example/lapack_to_chameleon/step3.h b/example/lapack_to_chameleon/step3.h
index 740c82ffe188c882fe3bf71bf4e789d1e9550943..69d3ccb48232846f12f3c9c8ac53146724a83967 100644
--- a/example/lapack_to_chameleon/step3.h
+++ b/example/lapack_to_chameleon/step3.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step3 example header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _step3_h_
diff --git a/example/lapack_to_chameleon/step4.c b/example/lapack_to_chameleon/step4.c
index 46374a93e1501dc26eb736e464e34d189ef7e481..4f21540e49de7300a88ea87faa0630dd1ba76d68 100644
--- a/example/lapack_to_chameleon/step4.c
+++ b/example/lapack_to_chameleon/step4.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon step4 example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "step4.h"
diff --git a/example/lapack_to_chameleon/step4.h b/example/lapack_to_chameleon/step4.h
index 193c629ea947aceed85976031edb545c531243a2..dae51ddbbdbdda397c2ce78161bb6d1b78474372 100644
--- a/example/lapack_to_chameleon/step4.h
+++ b/example/lapack_to_chameleon/step4.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step4 example header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _step4_h_
diff --git a/example/lapack_to_chameleon/step5.c b/example/lapack_to_chameleon/step5.c
index 52461020a37a8661002b7cbe6b028660dc344706..751538f1378a8d49c05b2e5be9ff1bc9b476e5fe 100644
--- a/example/lapack_to_chameleon/step5.c
+++ b/example/lapack_to_chameleon/step5.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon step5 example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "step5.h"
diff --git a/example/lapack_to_chameleon/step5.h b/example/lapack_to_chameleon/step5.h
index efec15ac72e80bfdd2da63e721a200bdbf7300f6..7f786e46298a8bc73caa97c29186ab0effe8716e 100644
--- a/example/lapack_to_chameleon/step5.h
+++ b/example/lapack_to_chameleon/step5.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step5 example header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _step5_h_
diff --git a/example/lapack_to_chameleon/step6.c b/example/lapack_to_chameleon/step6.c
index d78ed83b1cf2326d17161e57fa4de706c6f3c367..f1dfc0acd89e1fd8ef25c0de9e6460509bc7feee 100644
--- a/example/lapack_to_chameleon/step6.c
+++ b/example/lapack_to_chameleon/step6.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon step6 example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "step6.h"
diff --git a/example/lapack_to_chameleon/step6.h b/example/lapack_to_chameleon/step6.h
index 1598e2a227240725454420a61a597696408ad9f8..1f730f26a2774786f66f02e9c554df1d931abb2a 100644
--- a/example/lapack_to_chameleon/step6.h
+++ b/example/lapack_to_chameleon/step6.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon step6 example header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2021-01-04
+ * @date 2022-02-22
  *
  */
 #ifndef _step6_h_
diff --git a/example/lapack_to_chameleon/step7.c b/example/lapack_to_chameleon/step7.c
index 915abff287fa7cfc04df08146a000b10d866899d..0665d4805f74a29fe0f2ed5dc9f824782a93cd6f 100644
--- a/example/lapack_to_chameleon/step7.c
+++ b/example/lapack_to_chameleon/step7.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon step7 example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "step7.h"
diff --git a/example/lapack_to_chameleon/step7.h b/example/lapack_to_chameleon/step7.h
index 25186eac3866deaa7a2e5b92ce46c4f4759e84e0..f94b1a78b226019043648ca89ecaa29d34656a00 100644
--- a/example/lapack_to_chameleon/step7.h
+++ b/example/lapack_to_chameleon/step7.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon step7 example header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
- * @date 2021-01-04
+ * @date 2022-02-22
  *
  */
 #ifndef _step7_h_
diff --git a/example/link_chameleon/CMakeLists.txt b/example/link_chameleon/CMakeLists.txt
index 1c988941847a333e7ea95af7148e8c3950478486..d80dd34556830d23cd7d826afb6da7392264b458 100644
--- a/example/link_chameleon/CMakeLists.txt
+++ b/example/link_chameleon/CMakeLists.txt
@@ -17,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2021-01-04
+#  @date 2022-02-22
 #
 ###
 cmake_minimum_required(VERSION 3.1)
diff --git a/example/link_chameleon/link_chameleon.c b/example/link_chameleon/link_chameleon.c
index 944d3ada9967b84373972d9f419d29a096fe0d01..a2d6b49a209753b68a7b8356a3bb4af3e739bb79 100644
--- a/example/link_chameleon/link_chameleon.c
+++ b/example/link_chameleon/link_chameleon.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon link_chameleon example
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include <math.h>
diff --git a/example/link_chameleon/link_chameleon.f90 b/example/link_chameleon/link_chameleon.f90
index 09b3de947330cd421203981a3961bd65cf8a755e..ff9b532846a2ee2744c58d7366d4a9123aa57656 100644
--- a/example/link_chameleon/link_chameleon.f90
+++ b/example/link_chameleon/link_chameleon.f90
@@ -9,10 +9,10 @@
 ! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 1.2.0
 ! @author Florent Pruvost
 ! @author Mathieu Faverge
-! @date 2020-03-03
+! @date 2022-02-22
 program fortran_example
     implicit none
     include 'chameleon_fortran.h'
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 60bb2d7ecb25b76ba58919c7d3c866610919f387..d76c36523ea2728a24cb26d17bfcc001603c93eb 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2020-11-19
+#  @date 2022-02-22
 #
 ###
 
diff --git a/include/chameleon.h b/include/chameleon.h
index c84870561585b0d90dd25fb27a91c16d8cb54a0b..5aadfb8d4802f7154b783c80db3fb7e2e08e561b 100644
--- a/include/chameleon.h
+++ b/include/chameleon.h
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon main header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Philippe Virouleau
- * @date 2021-03-16
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_h_
diff --git a/include/chameleon/chameleon_z.h b/include/chameleon/chameleon_z.h
index 27b09ebab7bab36e72be805e54e329bfc662581e..0d001a73ea8fa444ddac590ba8257959a09f7f6f 100644
--- a/include/chameleon/chameleon_z.h
+++ b/include/chameleon/chameleon_z.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon CHAMELEON_complex64_t wrappers
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -21,7 +21,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2021-03-17
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/include/chameleon/chameleon_zc.h b/include/chameleon/chameleon_zc.h
index b185bd7183eb12ed168fe06e69e88faf363f7bb0..7934951a2f7afbd877773a08f9de2d4b44cb527f 100644
--- a/include/chameleon/chameleon_zc.h
+++ b/include/chameleon/chameleon_zc.h
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon mixed precision wrappers header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/include/chameleon/config.h.in b/include/chameleon/config.h.in
index c7da3b3191ba8f35ff33b02458e9ecd46954b721..7d6e85188df3f774322d4843ee83a1a7f7a34897 100644
--- a/include/chameleon/config.h.in
+++ b/include/chameleon/config.h.in
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon configuration file
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Philippe Virouleau
  * @author Raphael Boucherie
- * @date 2021-01-04
+ * @date 2022-02-22
  *
  */
 #ifndef CHAMELEON_CONFIG_H_HAS_BEEN_INCLUDED
diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h
index 49ee798238a71de5509a2c9f705da0bb7640d7ca..79bce66b4c3524f31db76357b425ce30272a83d7 100644
--- a/include/chameleon/constants.h
+++ b/include/chameleon/constants.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon global constants
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-12-01
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_constants_h_
diff --git a/include/chameleon/flops.h b/include/chameleon/flops.h
index 5be0a483eb69fd1cd58690ba7600c4d503036240..a6a43f837e659d7ca1235350fcd15100f02fae1e 100644
--- a/include/chameleon/flops.h
+++ b/include/chameleon/flops.h
@@ -11,11 +11,11 @@
  *
  *  File provided by Univ. of Tennessee,
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
- * @date 2020-11-19
+ * @date 2022-02-22
  *
  */
 /*
diff --git a/include/chameleon/fortran.h b/include/chameleon/fortran.h
index 0e8b98053bee256622d0cfbe7f2fc6cb5567ce2d..679eb3a5a2ab2f1cc8e7cb09e654d1d8b185f37d 100644
--- a/include/chameleon/fortran.h
+++ b/include/chameleon/fortran.h
@@ -8,12 +8,12 @@
 ! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 1.2.0
 ! @author Bilel Hadri
 ! @author Mathieu Faverge
 ! @author Cedric Castagnede
 ! @author Florent Pruvost
-! @date 2020-03-03
+! @date 2022-02-22
 !
 !**
 !
diff --git a/include/chameleon/runtime.h b/include/chameleon/runtime.h
index 4535f170eafa42a442fecca3c7c5371cad1b5eb7..e68f2bf9163045b22a325bad86575346bbcc05eb 100644
--- a/include/chameleon/runtime.h
+++ b/include/chameleon/runtime.h
@@ -10,13 +10,13 @@
  ***
  *
  * @brief The common runtimes API
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_runtime_h_
diff --git a/include/chameleon/runtime_struct.h b/include/chameleon/runtime_struct.h
index d3c23f58398edf6a2de8386398d2592de19e8896..d1b0d9b4917c70d8b5fbdab4ac37c23dbc078598 100644
--- a/include/chameleon/runtime_struct.h
+++ b/include/chameleon/runtime_struct.h
@@ -11,13 +11,13 @@
  *
  * @brief Runtime structures
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Philippe Virouleau
- * @date 2020-10-15
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_runtime_struct_h_
diff --git a/include/chameleon/simulate.h b/include/chameleon/simulate.h
index 25ddfd9ef81b720fbdb62ebd9719e49db6a4d47e..fed287caef5b748c4df93fe0285430f5351dc172 100644
--- a/include/chameleon/simulate.h
+++ b/include/chameleon/simulate.h
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon SimGrid simulation header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-09-11
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_simulate_h_
diff --git a/include/chameleon/struct.h b/include/chameleon/struct.h
index 240d00c784685e96017905ae7739331b9811aac5..7ab9711e1df9dfc9a9df131c501f37da4d66f0f1 100644
--- a/include/chameleon/struct.h
+++ b/include/chameleon/struct.h
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon structures
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_struct_h_
diff --git a/include/chameleon/tasks.h b/include/chameleon/tasks.h
index a8fc85aeba810483dd3fab28907b2c67716ebe4d..97284f14c242b09ba9a05ebab1c9a1dc749b1d5a 100644
--- a/include/chameleon/tasks.h
+++ b/include/chameleon/tasks.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon elementary tasks main header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_tasks_h_
diff --git a/include/chameleon/tasks_z.h b/include/chameleon/tasks_z.h
index 6b4da8f2927d6280f9f642610f77a0b32d70463b..85f0e30ee377818e24ac0e20362e9720b5bfda42 100644
--- a/include/chameleon/tasks_z.h
+++ b/include/chameleon/tasks_z.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon CHAMELEON_Complex64_t elementary tasks header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -21,7 +21,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/include/chameleon/tasks_zc.h b/include/chameleon/tasks_zc.h
index b12435023190027e70c1e0c82c9fa9336baf7bff..6e2b83469d899bbb1932a5199afe614ba3693a7e 100644
--- a/include/chameleon/tasks_zc.h
+++ b/include/chameleon/tasks_zc.h
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon complex mixed precision elementary tasks header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
@@ -20,7 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/include/chameleon/timer.h b/include/chameleon/timer.h
index 0124496cbf5631717a1eea180b9d2d03dc6ec7a3..5d6e4898b25ea5a537cf12980e5ff5198c236fe6 100644
--- a/include/chameleon/timer.h
+++ b/include/chameleon/timer.h
@@ -7,14 +7,14 @@
  * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  *
  * @brief Chameleon timer
  *
  * Provide a simple timer for examples and runtimes which do not provide their
  * own timer.
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_timer_h_
diff --git a/include/chameleon/types.h b/include/chameleon/types.h
index e9280b38c935726eb8578c4e28abfdd6f028cdc3..d63b1efb43e7a6ec04d369f00235bc07044708e8 100644
--- a/include/chameleon/types.h
+++ b/include/chameleon/types.h
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon basic datatypes header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Lucas Barros de Assis
  * @author Thomas Mijieux
- * @date 2020-10-12
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_types_h_
diff --git a/lib/pkgconfig/chameleon.pc.in b/lib/pkgconfig/chameleon.pc.in
index 9ae6fd2cb6381c3bdebf0f4d27c69c904a912951..aa36a935cd72b4069a7ad6cafc64369ffbe68c9e 100644
--- a/lib/pkgconfig/chameleon.pc.in
+++ b/lib/pkgconfig/chameleon.pc.in
@@ -4,9 +4,9 @@
 #  @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2021-01-07
+#  @date 2022-02-22
 #
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
diff --git a/lib/pkgconfig/coreblas.pc.in b/lib/pkgconfig/coreblas.pc.in
index 8ff097d177fa3a1d71a2541cf575a5244d06c0fb..cbf462567e92b5192a03c9966dd1402fbf5afbda 100644
--- a/lib/pkgconfig/coreblas.pc.in
+++ b/lib/pkgconfig/coreblas.pc.in
@@ -4,9 +4,9 @@
 #  @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2021-01-07
+#  @date 2022-02-22
 #
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
diff --git a/lib/pkgconfig/cudablas.pc.in b/lib/pkgconfig/cudablas.pc.in
index cfa185404e726d1bbe297cb7e72263fc0970530a..d3b5c793ffb9f8d69ea5f337e07a99b6ff82fd78 100644
--- a/lib/pkgconfig/cudablas.pc.in
+++ b/lib/pkgconfig/cudablas.pc.in
@@ -4,9 +4,9 @@
 #  @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2021-01-07
+#  @date 2022-02-22
 #
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 3403becc8257c22301fa543f831c700251548dfe..bda8ef2732cdf6a7cb8b9a12128bb9175e9f584e 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -17,13 +17,13 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Philippe Virouleau
-#  @date 2020-10-12
+#  @date 2022-02-22
 #
 ###
 
diff --git a/runtime/openmp/CMakeLists.txt b/runtime/openmp/CMakeLists.txt
index 468d4bb32e59b06e020d199e24cb1b1535dd98bb..2bc8716dafc5bda20897bc6ff4f92eaeced7d366 100644
--- a/runtime/openmp/CMakeLists.txt
+++ b/runtime/openmp/CMakeLists.txt
@@ -17,13 +17,13 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Philippe Virouleau
-#  @date 2021-01-11
+#  @date 2022-02-22
 #
 ###
 cmake_minimum_required(VERSION 3.1)
diff --git a/runtime/openmp/codelets/codelet_dlag2z.c b/runtime/openmp/codelets/codelet_dlag2z.c
index 3d3c830170e9b5727d1defa45459649d40fa4d18..dad90fec27ebe34d78aaa2696a20974c91125301 100644
--- a/runtime/openmp/codelets/codelet_dlag2z.c
+++ b/runtime/openmp/codelets/codelet_dlag2z.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon dlag2z OpenMP codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_dzasum.c b/runtime/openmp/codelets/codelet_dzasum.c
index e8ca6951b02399ac0a23a9e8d2d335b4f4057ea8..3b33634a8ddb43057836c8395e57de310c2eb2c1 100644
--- a/runtime/openmp/codelets/codelet_dzasum.c
+++ b/runtime/openmp/codelets/codelet_dzasum.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon dzasum OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_map.c b/runtime/openmp/codelets/codelet_map.c
index 184115041da878a393e8019a745fe680802cfcdd..eb7d4ef54bc5159eb909785f1c9dba30d3931291 100644
--- a/runtime/openmp/codelets/codelet_map.c
+++ b/runtime/openmp/codelets/codelet_map.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon map OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/codelets/codelet_zaxpy.c b/runtime/openmp/codelets/codelet_zaxpy.c
index df8c1919962c6c1376eafb277058a036562fee0a..ab53528f485187a2bc6ed5ef6c02b8620390afc3 100644
--- a/runtime/openmp/codelets/codelet_zaxpy.c
+++ b/runtime/openmp/codelets/codelet_zaxpy.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zaxpy OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zbuild.c b/runtime/openmp/codelets/codelet_zbuild.c
index 171c5d021a4995a8d6f606be6c1df7444faf95d3..673cd4f9739e165498677bd341c600ca077df837 100644
--- a/runtime/openmp/codelets/codelet_zbuild.c
+++ b/runtime/openmp/codelets/codelet_zbuild.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zbuild OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zcesca.c b/runtime/openmp/codelets/codelet_zcesca.c
index 4edba3436a7b32a78a36786e1acccf2050552370..97c8c81e701071afbdd452232903c6c916d5fcfd 100644
--- a/runtime/openmp/codelets/codelet_zcesca.c
+++ b/runtime/openmp/codelets/codelet_zcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zcesca OpenMP codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> s d c z
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgeadd.c b/runtime/openmp/codelets/codelet_zgeadd.c
index e46b58fcd13de01e3aa97005ddb9df40da8e1007..c568b93fdbfb29c17c25ef7bc67832f22723dbf1 100644
--- a/runtime/openmp/codelets/codelet_zgeadd.c
+++ b/runtime/openmp/codelets/codelet_zgeadd.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgeadd OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgelqt.c b/runtime/openmp/codelets/codelet_zgelqt.c
index d854846a78d3af42fdf780708f5eec914fd8c8f2..99c5b346a1695de40f18597658f69930256283b0 100644
--- a/runtime/openmp/codelets/codelet_zgelqt.c
+++ b/runtime/openmp/codelets/codelet_zgelqt.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgelqt OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgemm.c b/runtime/openmp/codelets/codelet_zgemm.c
index 016449bfe43502cabe1e8ce7e7ac63957a5e55e9..b94aff972b1a2168b243445e1a2c527ee3603a4e 100644
--- a/runtime/openmp/codelets/codelet_zgemm.c
+++ b/runtime/openmp/codelets/codelet_zgemm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgemm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgemv.c b/runtime/openmp/codelets/codelet_zgemv.c
index 0524f282ebd6888b6c55d409ce9f43185e88445d..e12432dedec7d27056c995c89a6a04e6ae785ef3 100644
--- a/runtime/openmp/codelets/codelet_zgemv.c
+++ b/runtime/openmp/codelets/codelet_zgemv.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zgemv OpenMP codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgeqrt.c b/runtime/openmp/codelets/codelet_zgeqrt.c
index 9b65d4f97c30c8b40c43b9a7c73a9c81f7f42647..d93035692d1cacc8de0647894f628bd7d789fcec 100644
--- a/runtime/openmp/codelets/codelet_zgeqrt.c
+++ b/runtime/openmp/codelets/codelet_zgeqrt.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgeqrt OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgessm.c b/runtime/openmp/codelets/codelet_zgessm.c
index c4787f90a748c32f8f06362e6cc336f8e48cef0a..685ef0d14ee4ce36e2cceb4738b385a84b8a2030 100644
--- a/runtime/openmp/codelets/codelet_zgessm.c
+++ b/runtime/openmp/codelets/codelet_zgessm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgessm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgessq.c b/runtime/openmp/codelets/codelet_zgessq.c
index 588cbf3878bd0f1e7aa3dcb8fb29eff63aed604d..b0e9618c7422579934dc7438d28973c69dafb436 100644
--- a/runtime/openmp/codelets/codelet_zgessq.c
+++ b/runtime/openmp/codelets/codelet_zgessq.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zgessq OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgesum.c b/runtime/openmp/codelets/codelet_zgesum.c
index 56cdfe1c3ef0893fb365469d7d9da8caf11f73c2..fff889eceb27426e078bbaa6c02e95fdaf41048e 100644
--- a/runtime/openmp/codelets/codelet_zgesum.c
+++ b/runtime/openmp/codelets/codelet_zgesum.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zgesum OpenMP codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgetrf.c b/runtime/openmp/codelets/codelet_zgetrf.c
index df5be09ae79e447e4f5a8edb48a0fe2a142dc7f1..a50f1be348e64189d867c2fe04a658fd3f2ced2d 100644
--- a/runtime/openmp/codelets/codelet_zgetrf.c
+++ b/runtime/openmp/codelets/codelet_zgetrf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgetrf OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgetrf_incpiv.c b/runtime/openmp/codelets/codelet_zgetrf_incpiv.c
index 02c5c6c52b2b6e3e06544b7dc0beb9b8c726dca1..ec8c15a6c45c1043f60467cbcd0f4377693a2bbe 100644
--- a/runtime/openmp/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/openmp/codelets/codelet_zgetrf_incpiv.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgetrf_incpiv OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgetrf_nopiv.c b/runtime/openmp/codelets/codelet_zgetrf_nopiv.c
index 1bf2fa6ba5bcf7698e51c00ad57bbfa7c7feac86..4f037705bb03e43d128a9eb22e05ce80361fff15 100644
--- a/runtime/openmp/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/openmp/codelets/codelet_zgetrf_nopiv.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgetrf_nopiv OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgram.c b/runtime/openmp/codelets/codelet_zgram.c
index 207374d5ecd33ff6936946ce21c99eccc29613d3..9d7776f5884560d0c4430bef3c08cc20bfb74683 100644
--- a/runtime/openmp/codelets/codelet_zgram.c
+++ b/runtime/openmp/codelets/codelet_zgram.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zgram OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c z
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zhe2ge.c b/runtime/openmp/codelets/codelet_zhe2ge.c
index 0c3e012c88edf50e41065ea40d697685803d3c36..287a6b64bf966afb293bbc918ff2b7c68d748033 100644
--- a/runtime/openmp/codelets/codelet_zhe2ge.c
+++ b/runtime/openmp/codelets/codelet_zhe2ge.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zhe2ge OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zhemm.c b/runtime/openmp/codelets/codelet_zhemm.c
index accb67a2a8df2dc12da409a4a3de4e66d6f7c0a3..79d36ff56f9c76074225a9b0438631236eab3b39 100644
--- a/runtime/openmp/codelets/codelet_zhemm.c
+++ b/runtime/openmp/codelets/codelet_zhemm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zhemm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zher2k.c b/runtime/openmp/codelets/codelet_zher2k.c
index 3b4eeb6f86f6968fc483c221629c1775f28b9f05..7666da6366e7fb29a13af399cdf892adbc05042a 100644
--- a/runtime/openmp/codelets/codelet_zher2k.c
+++ b/runtime/openmp/codelets/codelet_zher2k.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zher2k OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zherfb.c b/runtime/openmp/codelets/codelet_zherfb.c
index 85bc1cb6d5e2c008a47e6f249be9ee027322aba7..c24578d7ec636fdfb3e7b0d592f58be5d83ffe2b 100644
--- a/runtime/openmp/codelets/codelet_zherfb.c
+++ b/runtime/openmp/codelets/codelet_zherfb.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zherfb OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zherk.c b/runtime/openmp/codelets/codelet_zherk.c
index 6059417ceb1870f84a9fa8261d124a6edb233b9e..5d0376f07addfca31743b966994f9e603b34b8db 100644
--- a/runtime/openmp/codelets/codelet_zherk.c
+++ b/runtime/openmp/codelets/codelet_zherk.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zherk OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zhessq.c b/runtime/openmp/codelets/codelet_zhessq.c
index 258743835f9f8673df7d07e3a0211d40eb093615..988131372712bb0282b1f50040c5060f120779d2 100644
--- a/runtime/openmp/codelets/codelet_zhessq.c
+++ b/runtime/openmp/codelets/codelet_zhessq.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zhessq OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlacpy.c b/runtime/openmp/codelets/codelet_zlacpy.c
index d7f631a5f5875898f8af31276b102b8a332c4c4a..25de93f94bbba0cfeb4d66f21b27a85ab572161b 100644
--- a/runtime/openmp/codelets/codelet_zlacpy.c
+++ b/runtime/openmp/codelets/codelet_zlacpy.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlacpy OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlag2c.c b/runtime/openmp/codelets/codelet_zlag2c.c
index 0192898cbb9e95661f4eacf5ad108f97713a186f..369b5dd059103901ebb0977444dfe6c33fd85891 100644
--- a/runtime/openmp/codelets/codelet_zlag2c.c
+++ b/runtime/openmp/codelets/codelet_zlag2c.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlag2c OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlange.c b/runtime/openmp/codelets/codelet_zlange.c
index cbe7fbec7ef4722ece48b59acf113fa3ffc34ebe..30fe109cdab7b92d338fb10e3296fac6cdd02874 100644
--- a/runtime/openmp/codelets/codelet_zlange.c
+++ b/runtime/openmp/codelets/codelet_zlange.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlange OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlanhe.c b/runtime/openmp/codelets/codelet_zlanhe.c
index f89637d21caa67b971a0669656f6cc185ed5a7d1..c55a015fa22e36a4e3576ca6ccb64c10d5825da4 100644
--- a/runtime/openmp/codelets/codelet_zlanhe.c
+++ b/runtime/openmp/codelets/codelet_zlanhe.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlanhe OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlansy.c b/runtime/openmp/codelets/codelet_zlansy.c
index ad8050253d7684302b2b318714f348fa05504552..18f13390415bfbd6b9640ab0645f685a014517cd 100644
--- a/runtime/openmp/codelets/codelet_zlansy.c
+++ b/runtime/openmp/codelets/codelet_zlansy.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlansy OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlantr.c b/runtime/openmp/codelets/codelet_zlantr.c
index 1a6ae008bf234b27a734bb6195c7167d6d6dd864..73ff6271c891dae7e332b3909ede896158cb428c 100644
--- a/runtime/openmp/codelets/codelet_zlantr.c
+++ b/runtime/openmp/codelets/codelet_zlantr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlantr OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlascal.c b/runtime/openmp/codelets/codelet_zlascal.c
index 33221875d558446cbdfe18b61234eae81e4ada17..e6ecb27e8db2fc5a6ae8587819818b26edad892d 100644
--- a/runtime/openmp/codelets/codelet_zlascal.c
+++ b/runtime/openmp/codelets/codelet_zlascal.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlascal OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlaset.c b/runtime/openmp/codelets/codelet_zlaset.c
index c282265cc8e11b1501bb70fbf0ad81dbe716fc18..9cdc06e7fd48afe08a8590ef80f9cc6ee2d4c84e 100644
--- a/runtime/openmp/codelets/codelet_zlaset.c
+++ b/runtime/openmp/codelets/codelet_zlaset.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlaset OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlaset2.c b/runtime/openmp/codelets/codelet_zlaset2.c
index cda96bb73975f1e0025d388487fbcd05f0c4ecd3..2694fc3d135d6285f69ce613ef346e85638b0b64 100644
--- a/runtime/openmp/codelets/codelet_zlaset2.c
+++ b/runtime/openmp/codelets/codelet_zlaset2.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlaset2 OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlatro.c b/runtime/openmp/codelets/codelet_zlatro.c
index 4c3c99e8659b3670d267dc381b21a18f4ac26a81..417597bf87fd7c89b1cbc8616e8fe98ce8f39b35 100644
--- a/runtime/openmp/codelets/codelet_zlatro.c
+++ b/runtime/openmp/codelets/codelet_zlatro.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlatro OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlauum.c b/runtime/openmp/codelets/codelet_zlauum.c
index 1a0337e2f09b019a0506bd71fc29bc2258647132..c76a5fa2a64f5397f9e7fa4b75fd2ac6204e94b8 100644
--- a/runtime/openmp/codelets/codelet_zlauum.c
+++ b/runtime/openmp/codelets/codelet_zlauum.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlauum OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplghe.c b/runtime/openmp/codelets/codelet_zplghe.c
index e4c6fa36b64873b12036e11f3cca56b4302bf843..5e06682c509b9bc00bc09a2a092f258c40fb2f92 100644
--- a/runtime/openmp/codelets/codelet_zplghe.c
+++ b/runtime/openmp/codelets/codelet_zplghe.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zplghe OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplgsy.c b/runtime/openmp/codelets/codelet_zplgsy.c
index adb914320120ef7bfbe4fcc9079d2d1bdcee1e0c..e5a5e85f3327aac1fba84f0f80e2bc6beb73563f 100644
--- a/runtime/openmp/codelets/codelet_zplgsy.c
+++ b/runtime/openmp/codelets/codelet_zplgsy.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zplgsy OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplrnt.c b/runtime/openmp/codelets/codelet_zplrnt.c
index dec33de1c7ba675d9a9013756e136e1782e047b6..dc1074844efbf0a86e8c51698eda80448d833341 100644
--- a/runtime/openmp/codelets/codelet_zplrnt.c
+++ b/runtime/openmp/codelets/codelet_zplrnt.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zplrnt OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplssq.c b/runtime/openmp/codelets/codelet_zplssq.c
index ab9be5591aa045fabe933acb4e5c331de9a1c783..4a227818e9ff480dfd94932ade9a987b62cdeb44 100644
--- a/runtime/openmp/codelets/codelet_zplssq.c
+++ b/runtime/openmp/codelets/codelet_zplssq.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zplssq OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zpotrf.c b/runtime/openmp/codelets/codelet_zpotrf.c
index fc7da97dd161e8278f7e6f6823f490d1509d3e2a..e60a01c5d417daf60d8c45ec3229c005b8de3b40 100644
--- a/runtime/openmp/codelets/codelet_zpotrf.c
+++ b/runtime/openmp/codelets/codelet_zpotrf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zpotrf OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zssssm.c b/runtime/openmp/codelets/codelet_zssssm.c
index 1cbfa8a8d8cff83f0ec7124e802c29a9b8650963..db5b886cc4077e318923527e67c6d7779752043e 100644
--- a/runtime/openmp/codelets/codelet_zssssm.c
+++ b/runtime/openmp/codelets/codelet_zssssm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zssssm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsymm.c b/runtime/openmp/codelets/codelet_zsymm.c
index 4cdf13a18602ff40f6136d8fdf96b058c8426b8e..90ea5d8490c741a38ff56536c32f25e37616f0c3 100644
--- a/runtime/openmp/codelets/codelet_zsymm.c
+++ b/runtime/openmp/codelets/codelet_zsymm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zsymm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsyr2k.c b/runtime/openmp/codelets/codelet_zsyr2k.c
index c639721e417bf22b4d3ccd42fd073aa1f45911ed..41974f4b1b5c62d1d51d1a1d7fc0080c8d573681 100644
--- a/runtime/openmp/codelets/codelet_zsyr2k.c
+++ b/runtime/openmp/codelets/codelet_zsyr2k.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zsyr2k OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsyrk.c b/runtime/openmp/codelets/codelet_zsyrk.c
index f4b7ace8622894eaa5d53b158cb01993fa8ca952..b60acce60eaf81fd694f3ef65af6d8f62bed73ac 100644
--- a/runtime/openmp/codelets/codelet_zsyrk.c
+++ b/runtime/openmp/codelets/codelet_zsyrk.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zsyrk OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsyssq.c b/runtime/openmp/codelets/codelet_zsyssq.c
index ed21ecd447d251e714d25cb060f21f5e131141ea..f110bb7098fbf36f910d215bb91e908031833faf 100644
--- a/runtime/openmp/codelets/codelet_zsyssq.c
+++ b/runtime/openmp/codelets/codelet_zsyssq.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zsyssq OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsytrf_nopiv.c b/runtime/openmp/codelets/codelet_zsytrf_nopiv.c
index e6c731d4ec896c1e97b3d423f27b06bd5b7c8d57..a2217b32a8d02c81ebe83f6e2b00b7fa09d546c6 100644
--- a/runtime/openmp/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/openmp/codelets/codelet_zsytrf_nopiv.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zsytrf_nopiv OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztplqt.c b/runtime/openmp/codelets/codelet_ztplqt.c
index d30f7eaa593f7115581283ec2d34fe2dc286f557..4afcdfd8e51310ba3e8941f2bcca6e544be18ab6 100644
--- a/runtime/openmp/codelets/codelet_ztplqt.c
+++ b/runtime/openmp/codelets/codelet_ztplqt.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztplqt OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztpmlqt.c b/runtime/openmp/codelets/codelet_ztpmlqt.c
index 4d7092ee19a5bd5233b4ee7020ec48f08bacd9c7..320c8c046358b9885abeb82bb786949f5bab9c68 100644
--- a/runtime/openmp/codelets/codelet_ztpmlqt.c
+++ b/runtime/openmp/codelets/codelet_ztpmlqt.c
@@ -7,10 +7,10 @@
  *
  * @brief Chameleon ztpmlqt OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztpmqrt.c b/runtime/openmp/codelets/codelet_ztpmqrt.c
index bba93c711faaf0676ee933e5758731b7e09e5599..70591a14ff510267973a007a6e4157d7a2431558 100644
--- a/runtime/openmp/codelets/codelet_ztpmqrt.c
+++ b/runtime/openmp/codelets/codelet_ztpmqrt.c
@@ -7,10 +7,10 @@
  *
  * @brief Chameleon ztpmqrt OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztpqrt.c b/runtime/openmp/codelets/codelet_ztpqrt.c
index 2e6b28e0a7c9f425cddaa812dc4d753e6d804120..0fd0c4457e277e33b9464c2dbdd422a2474c2606 100644
--- a/runtime/openmp/codelets/codelet_ztpqrt.c
+++ b/runtime/openmp/codelets/codelet_ztpqrt.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztpqrt OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztradd.c b/runtime/openmp/codelets/codelet_ztradd.c
index 92cef9f54656a3dd2e884a5ca763a0514fa3beb9..ea776b003db4ad58a3bd1d5f4bfc7e4efa8a57cb 100644
--- a/runtime/openmp/codelets/codelet_ztradd.c
+++ b/runtime/openmp/codelets/codelet_ztradd.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztradd OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrasm.c b/runtime/openmp/codelets/codelet_ztrasm.c
index 6f2e19266633737b4043f15d219d06ffe8332df3..b6a59683fbecff0210639bf4421da9069d11d537 100644
--- a/runtime/openmp/codelets/codelet_ztrasm.c
+++ b/runtime/openmp/codelets/codelet_ztrasm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztrasm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrmm.c b/runtime/openmp/codelets/codelet_ztrmm.c
index 28ef815e51ff2a2e6728ea038654112726a7c385..4f2fd7ddd0c7a67ef56613af7f554e316da5a487 100644
--- a/runtime/openmp/codelets/codelet_ztrmm.c
+++ b/runtime/openmp/codelets/codelet_ztrmm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztrmm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrsm.c b/runtime/openmp/codelets/codelet_ztrsm.c
index ae61cb637e356a711e9657660c2ccf0d48fda6e7..17bec0fb5de99474b37a14d2e415da4cd9fd4f51 100644
--- a/runtime/openmp/codelets/codelet_ztrsm.c
+++ b/runtime/openmp/codelets/codelet_ztrsm.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztrsm OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrssq.c b/runtime/openmp/codelets/codelet_ztrssq.c
index f65b22068ea9ccc2f91a325ad5ba9671cb0b9574..8dc40fd8c1db8226c2dd6a9061537fd40ea4f5bb 100644
--- a/runtime/openmp/codelets/codelet_ztrssq.c
+++ b/runtime/openmp/codelets/codelet_ztrssq.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztrssq OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrtri.c b/runtime/openmp/codelets/codelet_ztrtri.c
index 8198acbfd07f24bb4d1ecf6689c498f3139821c0..3bfda6dee8962cdc1b5f05960f7efb714967a54c 100644
--- a/runtime/openmp/codelets/codelet_ztrtri.c
+++ b/runtime/openmp/codelets/codelet_ztrtri.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztrtri OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c b/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
index 6fda53769f031bc3e584883f0a3c88ed0b4bbb04..66fc27390bbcac4b59c10d0966d9ce21ae8f07ee 100644
--- a/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon ztsmlq_hetra1 OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c b/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
index f005ddf5ea3eaea54fbed173fe8ee3d29d9b5cba..f7d693030d4e3c3d3ff0e0011fb71536b55a036f 100644
--- a/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon ztsmqr_hetra1 OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztstrf.c b/runtime/openmp/codelets/codelet_ztstrf.c
index fd71cd5f8c28ec427c34d81bac63c80980f6ca6e..ca7793978ed3fe29c7222431f11dcf9155a157a2 100644
--- a/runtime/openmp/codelets/codelet_ztstrf.c
+++ b/runtime/openmp/codelets/codelet_ztstrf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztstrf OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zunmlq.c b/runtime/openmp/codelets/codelet_zunmlq.c
index 947e97bf8b456c6f648296f10e5f8585ca0791c8..9038b19d0f8c67068725afbcbccee2b72b83fcde 100644
--- a/runtime/openmp/codelets/codelet_zunmlq.c
+++ b/runtime/openmp/codelets/codelet_zunmlq.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunmlq OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zunmqr.c b/runtime/openmp/codelets/codelet_zunmqr.c
index 32078d04162f634d08fc2317df34b4ddd59e4762..020cc2e70fba74da35d02d9a62087afac26ed709 100644
--- a/runtime/openmp/codelets/codelet_zunmqr.c
+++ b/runtime/openmp/codelets/codelet_zunmqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunmqr OpenMP codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/control/runtime_async.c b/runtime/openmp/control/runtime_async.c
index ef90869130b41bd00891577cac097e893bee2287..5e74e6042da641ffd1ac8fd5370085bcd82829d3 100644
--- a/runtime/openmp/control/runtime_async.c
+++ b/runtime/openmp/control/runtime_async.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU asynchronous routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Philippe Virouleau
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/control/runtime_context.c b/runtime/openmp/control/runtime_context.c
index 5455ed12aedb076c46b42d9dbefb6a2d16908613..a4332ef9f4b3e0840b76624cdf4c920ba8ea9e95 100644
--- a/runtime/openmp/control/runtime_context.c
+++ b/runtime/openmp/control/runtime_context.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU context routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/control/runtime_control.c b/runtime/openmp/control/runtime_control.c
index 8ab672ec330480c7c77b6cfbec50e03fad111709..a2dd542c97981124fd1fff3ffc899d9625a1663e 100644
--- a/runtime/openmp/control/runtime_control.c
+++ b/runtime/openmp/control/runtime_control.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon StarPU control routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Philippe Virouleau
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/control/runtime_descriptor.c b/runtime/openmp/control/runtime_descriptor.c
index 63417f4222e65aa159ed2c4a17c133803793fdc0..34517752d4f0d796dfb23dc51d448bfeff13f063 100644
--- a/runtime/openmp/control/runtime_descriptor.c
+++ b/runtime/openmp/control/runtime_descriptor.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon OpenMP descriptor routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Philippe Virouleau
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/control/runtime_options.c b/runtime/openmp/control/runtime_options.c
index dae3df29934c2810805cd0c07928f4da315164ec..c146c1f262db15734ec09fe59c941588aa342c00 100644
--- a/runtime/openmp/control/runtime_options.c
+++ b/runtime/openmp/control/runtime_options.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU options routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/control/runtime_profiling.c b/runtime/openmp/control/runtime_profiling.c
index c3aafa97a607e1cb374c566d368001b7605e86f2..f582836db3bca3eeaab244d249fe2c31e762fd9c 100644
--- a/runtime/openmp/control/runtime_profiling.c
+++ b/runtime/openmp/control/runtime_profiling.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU profiling routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/control/runtime_zlocality.c b/runtime/openmp/control/runtime_zlocality.c
index 601658daf2832a5e653a481ba779711dc51bca57..440c87c189de47761dcbdbaa43a51790b7dd9d47 100644
--- a/runtime/openmp/control/runtime_zlocality.c
+++ b/runtime/openmp/control/runtime_zlocality.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon OpenMP CHAMELEON_Complex64_t kernel locality management
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-15
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/control/runtime_zprofiling.c b/runtime/openmp/control/runtime_zprofiling.c
index 20598df24d9e13b14654d68c3ec4eeb41f903cd8..9fb36d58d583a6276235292d3e043e16a3edb3e2 100644
--- a/runtime/openmp/control/runtime_zprofiling.c
+++ b/runtime/openmp/control/runtime_zprofiling.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon OpenMP CHAMELEON_Complex64_t kernel progiling
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-15
+ * @date 2022-02-22
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/include/chameleon_openmp.h b/runtime/openmp/include/chameleon_openmp.h
index 0b5a89c7b433d09d8702b6686f0478e9b36990ac..367a0e6324c042548d2908cb2435cbe68b2f2684 100644
--- a/runtime/openmp/include/chameleon_openmp.h
+++ b/runtime/openmp/include/chameleon_openmp.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon OpenMP runtime main header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Philippe Virouleau
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_openmp_h_
diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt
index bb356544bd73bfce6de5459d35d02891cd1d880a..bf9fda273451a885245bdb908b701ce59f3a1d68 100644
--- a/runtime/parsec/CMakeLists.txt
+++ b/runtime/parsec/CMakeLists.txt
@@ -17,13 +17,13 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
-#  @date 2021-01-11
+#  @date 2022-02-22
 #
 ###
 cmake_minimum_required(VERSION 3.1)
diff --git a/runtime/parsec/codelets/codelet_dlag2z.c b/runtime/parsec/codelets/codelet_dlag2z.c
index dfbd3a160936837bdebbc901db04cd77bc1644c4..500e00d26b04490f5a5b5d97fed4c9149d9eb840 100644
--- a/runtime/parsec/codelets/codelet_dlag2z.c
+++ b/runtime/parsec/codelets/codelet_dlag2z.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon dlag2z PaRSEC codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_dzasum.c b/runtime/parsec/codelets/codelet_dzasum.c
index 77f1b45f82a71d94341bb0a7889948ab2205c51b..c113438d4659142ca8228d89add9d827ec3a98ca 100644
--- a/runtime/parsec/codelets/codelet_dzasum.c
+++ b/runtime/parsec/codelets/codelet_dzasum.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon dzasum PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_map.c b/runtime/parsec/codelets/codelet_map.c
index f9f2915c62e84ac86c5b46a7e55a303a42e3e5ff..6fcf08517b7b28a2a2c5dfd390101891099ddc5c 100644
--- a/runtime/parsec/codelets/codelet_map.c
+++ b/runtime/parsec/codelets/codelet_map.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon map PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c
index a0bd2d5677ddeb49e8362b023530644d8df1c78b..598b2325630720e3e0b18201c19d0c1157fcfad6 100644
--- a/runtime/parsec/codelets/codelet_zaxpy.c
+++ b/runtime/parsec/codelets/codelet_zaxpy.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zaxpy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c
index eaee6f0364b959937e6203d9515dea1c276ca5d8..4de7f2c201ca765fa848d39f4009048308e78b0b 100644
--- a/runtime/parsec/codelets/codelet_zbuild.c
+++ b/runtime/parsec/codelets/codelet_zbuild.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zbuild PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zcesca.c b/runtime/parsec/codelets/codelet_zcesca.c
index 63caa19244c9e5b89f01295c235867f325fce877..d270b7fb234db6c2f7d1f24210a57e0d3c8f67f0 100644
--- a/runtime/parsec/codelets/codelet_zcesca.c
+++ b/runtime/parsec/codelets/codelet_zcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zcesca PaRSEC codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c
index b585ab7d6422131e951c0f38277e9d3917d8e3c2..c6a5df5ecdc5fc7ecca746320e3192ee9e851e5e 100644
--- a/runtime/parsec/codelets/codelet_zgeadd.c
+++ b/runtime/parsec/codelets/codelet_zgeadd.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgeadd PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Reazul Hoque
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c
index fb1210dae4654ddadd5c39195efe48923368a3d5..042ced97650187083a79e66e8dd120fecde2d079 100644
--- a/runtime/parsec/codelets/codelet_zgelqt.c
+++ b/runtime/parsec/codelets/codelet_zgelqt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgelqt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c
index 865b435e1268ece0c52120f9ec71cb5e581aed08..303aa03ba02378093a7cedc5d02c5ea00eee9efe 100644
--- a/runtime/parsec/codelets/codelet_zgemm.c
+++ b/runtime/parsec/codelets/codelet_zgemm.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgemm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgemv.c b/runtime/parsec/codelets/codelet_zgemv.c
index 43a35d0c4977e9e0b951b8f1434456ef0852f816..36c8481898f66dd29ad07fd8dad0cbe561ca21c7 100644
--- a/runtime/parsec/codelets/codelet_zgemv.c
+++ b/runtime/parsec/codelets/codelet_zgemv.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon zgemv PaRSEC codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c
index 21031eded800a53202b52dc582318e440ec262e1..6f48b7585fdfa1bae1d3a594ad235915067b00ec 100644
--- a/runtime/parsec/codelets/codelet_zgeqrt.c
+++ b/runtime/parsec/codelets/codelet_zgeqrt.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgeqrt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c
index 17c7b7a391a7b0ab7567ffb2d70452700fb8d76f..d2195745991ef43d7b6184f091eecd84f5d02cd3 100644
--- a/runtime/parsec/codelets/codelet_zgessm.c
+++ b/runtime/parsec/codelets/codelet_zgessm.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgessm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c
index 8c4ee0aab4a074018f977949d76e50750489444a..7957ea71958947d2d86495258e77cc684ef6863e 100644
--- a/runtime/parsec/codelets/codelet_zgessq.c
+++ b/runtime/parsec/codelets/codelet_zgessq.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgessq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgesum.c b/runtime/parsec/codelets/codelet_zgesum.c
index 805a8e3baa03b18d33ca86561b549550bf688aa4..ae6611f65a3833992988e935ed62c0f25758f82d 100644
--- a/runtime/parsec/codelets/codelet_zgesum.c
+++ b/runtime/parsec/codelets/codelet_zgesum.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon zgesum PaRSEC codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c
index 352649e5ffdd540df537c55d2fe541e6da0df308..31f22608dfe73921478cc109e081f82780a6fa93 100644
--- a/runtime/parsec/codelets/codelet_zgetrf.c
+++ b/runtime/parsec/codelets/codelet_zgetrf.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgetrf PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
index d6b6e4bc90ea1fdb66d35887ae8baf447ea8c2f9..7fd412e0f152a3979e7e544817da1519ff843fd6 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgetrf_incpiv PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
index 021f17cb756674e4a18060510c2d9ad21004b5b2..cf95237896641e349fb3fa4c143a52e85660cfe2 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zgetrf_nopiv PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgram.c b/runtime/parsec/codelets/codelet_zgram.c
index dc4c9c2aa7e88677c9fc6ae8650fa35821396cd8..b07d1c4283a2f79abe5bd96a43711f6edd98dae5 100644
--- a/runtime/parsec/codelets/codelet_zgram.c
+++ b/runtime/parsec/codelets/codelet_zgram.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgram PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c
index 2df9337a661b3771cb19645b6269dd9866723983..5d54c8f1ecc50c52d91aa12765627dd5297f2c3f 100644
--- a/runtime/parsec/codelets/codelet_zhe2ge.c
+++ b/runtime/parsec/codelets/codelet_zhe2ge.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zhe2ge PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c
index 5e1710f28d82ec0e94a58a9413350b80aa1b60c0..a1c398308c514eaaea41be192c061bc42b09ac09 100644
--- a/runtime/parsec/codelets/codelet_zhemm.c
+++ b/runtime/parsec/codelets/codelet_zhemm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zhemm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c
index 3f8e0b05e4b14d583172459bfee306a8e408fd2c..ddadf2b4921907cbb43f09c069e62bdf93b16e2c 100644
--- a/runtime/parsec/codelets/codelet_zher2k.c
+++ b/runtime/parsec/codelets/codelet_zher2k.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zher2k PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c
index 14fa8c2cbda2a2899640c9e4f3d0b16209324680..b5cb8072e904d6168b026c5d53878b6c8b4181dc 100644
--- a/runtime/parsec/codelets/codelet_zherfb.c
+++ b/runtime/parsec/codelets/codelet_zherfb.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon core_blas PaRSEC wrapper
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c
index df153313a7cdf770dca33f794c8cc5ea91ba6406..7245b4568120f0ad0193c184e89696c7a8546af7 100644
--- a/runtime/parsec/codelets/codelet_zherk.c
+++ b/runtime/parsec/codelets/codelet_zherk.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zherk PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c
index 6b89e65f6adc1da38b59c8d517dccd64bd2dfd05..7d14af80fe15ec7b31ab903c335d6317ce96aa0e 100644
--- a/runtime/parsec/codelets/codelet_zhessq.c
+++ b/runtime/parsec/codelets/codelet_zhessq.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zhessq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c
index ace024222e3b5b7ac911b8e06ade8edb44860dbc..5c047798d8227eb7618d6490d08ab00e2d4abee2 100644
--- a/runtime/parsec/codelets/codelet_zlacpy.c
+++ b/runtime/parsec/codelets/codelet_zlacpy.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlacpy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c
index 0bccf8d3a4f7728df97ac747b992d9d6b348e06b..24255ade3f3e1dacfa3f9c491eadd4ef3b13d056 100644
--- a/runtime/parsec/codelets/codelet_zlag2c.c
+++ b/runtime/parsec/codelets/codelet_zlag2c.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zlag2c PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c
index d8f55916595395a4009edf1a0e6fde85ebc14bef..94e19d116b4370ea8b016801668ad60b43be1ddb 100644
--- a/runtime/parsec/codelets/codelet_zlange.c
+++ b/runtime/parsec/codelets/codelet_zlange.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlange PaRSEC codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-09-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c
index c8cd30cd934ba670ccbe312eab944281131a7420..f3974b789636061521a2cb75f97fd74777ab4882 100644
--- a/runtime/parsec/codelets/codelet_zlanhe.c
+++ b/runtime/parsec/codelets/codelet_zlanhe.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlanhe PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c
index 1c0fc8119982890a45201bd52f11dbde0b37a5bc..453696c73cb75381c73b8f5205f902ec854a13d8 100644
--- a/runtime/parsec/codelets/codelet_zlansy.c
+++ b/runtime/parsec/codelets/codelet_zlansy.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlansy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c
index 5eae462b84f3adcfdcf4ce5a5517ccf7dd4b2894..a487218c01760ea5fdad89e0a2e37eca8bbbfaa0 100644
--- a/runtime/parsec/codelets/codelet_zlantr.c
+++ b/runtime/parsec/codelets/codelet_zlantr.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlantr PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c
index 2bb9532d25a82a6b32915e3af8cb33eb8a8ea182..00aa26b75bce275dd6b8062f940a50007304a2bf 100644
--- a/runtime/parsec/codelets/codelet_zlascal.c
+++ b/runtime/parsec/codelets/codelet_zlascal.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zlascal PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c
index 3c3104e5fe65328eff7bd6df0798012d52f535eb..54cabb8b505e72748a5eb35c3f346475f66723f5 100644
--- a/runtime/parsec/codelets/codelet_zlaset.c
+++ b/runtime/parsec/codelets/codelet_zlaset.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlaset PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c
index abc3eb6be75a81b92127e1f86be5a7723ff7db04..575f64e2373bafcc649e2be4fb30e5a78eb28c8c 100644
--- a/runtime/parsec/codelets/codelet_zlaset2.c
+++ b/runtime/parsec/codelets/codelet_zlaset2.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlaset2 PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c
index 52c52a8ea8db4b054c1ac018b3b7e8d56bead9b2..595677f0a1e1a6e0e477f5f645489eee01da1706 100644
--- a/runtime/parsec/codelets/codelet_zlatro.c
+++ b/runtime/parsec/codelets/codelet_zlatro.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon core_blas PaRSEC wrapper
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Azzam Haidar
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c
index 7e9d4b175ffdacd2a8eca4af77b12489967e9403..c770bef878a161952d3b8520e78b0f63af159573 100644
--- a/runtime/parsec/codelets/codelet_zlauum.c
+++ b/runtime/parsec/codelets/codelet_zlauum.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlauum PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c
index 5e45b574338f3682801eff52066ec40a59bf9083..6a6f7d23b27558d4f601d2e8c69b9ab29c3009c2 100644
--- a/runtime/parsec/codelets/codelet_zplghe.c
+++ b/runtime/parsec/codelets/codelet_zplghe.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zplghe PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c
index 85659b0053265475534acfb091569470ba47d21d..c27674a52a4c11e5d20e7d8b6988c2a9beab0385 100644
--- a/runtime/parsec/codelets/codelet_zplgsy.c
+++ b/runtime/parsec/codelets/codelet_zplgsy.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zplgsy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c
index 60fabfa456019016eb301e27a5a393ba64af8f7d..544dfcde205243653aa0887781465d33b4d606c0 100644
--- a/runtime/parsec/codelets/codelet_zplrnt.c
+++ b/runtime/parsec/codelets/codelet_zplrnt.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zplrnt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c
index c4e0254b72ad6663ee46e94c1a85e26edf78f6e7..8b57d91a562f4d05f158416245794ae173b33033 100644
--- a/runtime/parsec/codelets/codelet_zplssq.c
+++ b/runtime/parsec/codelets/codelet_zplssq.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zplssq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c
index 024a01cfdd8e9ad4fbf6175d67443cffd74e59d1..a45ca5e081133a01289789d4f11074624b760479 100644
--- a/runtime/parsec/codelets/codelet_zpotrf.c
+++ b/runtime/parsec/codelets/codelet_zpotrf.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zpotrf PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c
index 7859157aa52d31a45f6b57fcd49f6d97941b011b..5e441fc5f9938e87a9482b1abcd2176a471e2298 100644
--- a/runtime/parsec/codelets/codelet_zssssm.c
+++ b/runtime/parsec/codelets/codelet_zssssm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zssssm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c
index 969f44cf3b17aa17f0900ad6ecce283761462b12..cf8fc50cd9c3a2f3718e3be355a5ee731e65a656 100644
--- a/runtime/parsec/codelets/codelet_zsymm.c
+++ b/runtime/parsec/codelets/codelet_zsymm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zsymm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c
index df3235bb49272c7c91abbb5055b0980b8b025585..287a47b8e87740463f19248cb3e121c1ff563686 100644
--- a/runtime/parsec/codelets/codelet_zsyr2k.c
+++ b/runtime/parsec/codelets/codelet_zsyr2k.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zsyr2k PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c
index d9b4ebebb5f424ebceee77fd6095bb20c4ab14ba..437486c30b4d935d96b6bb70ec414b93dfce9a23 100644
--- a/runtime/parsec/codelets/codelet_zsyrk.c
+++ b/runtime/parsec/codelets/codelet_zsyrk.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zsyrk PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c
index 42bf110495866651f9d0ba53c61913f2cd9a3abe..1c3dfbfd28f8f30671c49aa8fa32eda375c3a634 100644
--- a/runtime/parsec/codelets/codelet_zsyssq.c
+++ b/runtime/parsec/codelets/codelet_zsyssq.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zsyssq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
index 3700cdd855d31002418ba69f3d1d0b992c415781..6ad4e0f6bf5df1fd0be2be21511349d7627b5203 100644
--- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zsytrf_nopiv PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c
index 96fa9dec693494b57f2a6d43b0dc622999ea8e51..9846e076f31dc581e7c22e96875afe12eb2cfaf8 100644
--- a/runtime/parsec/codelets/codelet_ztplqt.c
+++ b/runtime/parsec/codelets/codelet_ztplqt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztplqt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c
index 18c66c2aec6ed890b96489e2fa5eb63e9701f234..b835dd7c88f8bd4fb03373f780cb9fdb3639fce9 100644
--- a/runtime/parsec/codelets/codelet_ztpmlqt.c
+++ b/runtime/parsec/codelets/codelet_ztpmlqt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztpmlqt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index 7c37e17b1323f4ce3c4aeb2c8f76e8bbe56cded8..91589614ad317f972e395a02779337e1d9a55c71 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztpmqrt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c
index 40186ed679f15f0e52f475796bc04ee611dca830..353870b3d0ccaa9690ad0dc8be1d079296b0e2c3 100644
--- a/runtime/parsec/codelets/codelet_ztpqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpqrt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztpqrt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c
index 90986eaef5a9c90ddfaf1152470ca53514671188..9d176222aa26791e6cb0fdc59a2bc9fd985d5fb1 100644
--- a/runtime/parsec/codelets/codelet_ztradd.c
+++ b/runtime/parsec/codelets/codelet_ztradd.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztradd PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c
index 65da9c566bc8a9634ce8575e6c9d1b63a4ea393d..135111d7b52f35ec4ac95672ed77962d33e44d9f 100644
--- a/runtime/parsec/codelets/codelet_ztrasm.c
+++ b/runtime/parsec/codelets/codelet_ztrasm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztrasm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c
index 73e0567a95aaa071c4fea5128b71041549642e00..2d205ce91b8d9de5c2a343f57479d7c45152db1e 100644
--- a/runtime/parsec/codelets/codelet_ztrmm.c
+++ b/runtime/parsec/codelets/codelet_ztrmm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztrmm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c
index 28ccb3bc54da9df33e4c97c18efdc5542696125e..d080b5081b7b25bc7f666f17eb1d233ebbb787d9 100644
--- a/runtime/parsec/codelets/codelet_ztrsm.c
+++ b/runtime/parsec/codelets/codelet_ztrsm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztrsm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c
index de9d6008f8353805e1d7e5cba672e4ed34562ebd..49a6f3d7896f2abbb91fc0e82ca1acea1372a99c 100644
--- a/runtime/parsec/codelets/codelet_ztrssq.c
+++ b/runtime/parsec/codelets/codelet_ztrssq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztrssq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c
index f4949571077536a0e276ed5755527c1be503342d..975d4f2c35925cd7c8163d3254cf49f44668ea4a 100644
--- a/runtime/parsec/codelets/codelet_ztrtri.c
+++ b/runtime/parsec/codelets/codelet_ztrtri.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon ztrtri PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
index 034c4d3b6f627bffef4923793ee6a9b912c09b88..e7926219d8f0d466afcfdfea5bb72bb045bdd21d 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon ztsmlq_hetra1 PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
index d2bbf996da9b1cbab3bf22b86c18e936ef90affd..0917f3463cfe10776da66e8763e3b579d2ecb74b 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon ztsmqr_hetra1 PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c
index d4f2f47bb478a7ac59bf8dbb251ad63379adca7c..aea099c57863d015074b6b1053dff40078469557 100644
--- a/runtime/parsec/codelets/codelet_ztstrf.c
+++ b/runtime/parsec/codelets/codelet_ztstrf.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon ztstrf PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c
index 794f227a1d9717b7cc5d251d2426dc0c3489ac65..694700034fb05386905978760a0aaabc8be2951a 100644
--- a/runtime/parsec/codelets/codelet_zunmlq.c
+++ b/runtime/parsec/codelets/codelet_zunmlq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunmlq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c
index 54953915f12d7c999455fd016f89c1059dbe24e3..96770229211817ade8f74700d340ec534b17529f 100644
--- a/runtime/parsec/codelets/codelet_zunmqr.c
+++ b/runtime/parsec/codelets/codelet_zunmqr.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zunmqr PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/control/runtime_async.c b/runtime/parsec/control/runtime_async.c
index f970eeb12f9e187ef21a5ed33c9272b1e8c2938b..0b2d744fc4f572911afd838cb7a8142be6a21229 100644
--- a/runtime/parsec/control/runtime_async.c
+++ b/runtime/parsec/control/runtime_async.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon PaRSEC asynchronous routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_context.c b/runtime/parsec/control/runtime_context.c
index 48e7a25bf0e5237136d55dc58a26eff1484fcd79..a15d52eeede14e037c752b7eb7fde144177d59a9 100644
--- a/runtime/parsec/control/runtime_context.c
+++ b/runtime/parsec/control/runtime_context.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon PaRSEC context routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_control.c b/runtime/parsec/control/runtime_control.c
index 53604fbacd9054c82d9d539174cb58eba7bfafca..b2f451c8e4e4bcde39bea617e550e997b73471ad 100644
--- a/runtime/parsec/control/runtime_control.c
+++ b/runtime/parsec/control/runtime_control.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon PaRSEC control routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c
index 96cd136cc173b80d813e42e22cbf416d79f63ce1..b181ff8b927d620af2415b8c46238026e1aac603 100644
--- a/runtime/parsec/control/runtime_descriptor.c
+++ b/runtime/parsec/control/runtime_descriptor.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon PaRSEC descriptor routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @author Guillaume Sylvand
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_options.c b/runtime/parsec/control/runtime_options.c
index dc785ed5dda3a8a43ed4c4309168ee4970d0038e..dac3176f5e3af7091fcf3d6a07be01a12c3b47f7 100644
--- a/runtime/parsec/control/runtime_options.c
+++ b/runtime/parsec/control/runtime_options.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon PaRSEC options routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_profiling.c b/runtime/parsec/control/runtime_profiling.c
index dab412c15ba2c3a86a8439c5238cb57bd197e49c..9951f0989016f1ee83498c8f4d175427a907c298 100644
--- a/runtime/parsec/control/runtime_profiling.c
+++ b/runtime/parsec/control/runtime_profiling.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon PaRSEC profiling routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_zlocality.c b/runtime/parsec/control/runtime_zlocality.c
index 673dc24c4f27e939b19bf1b68fefdc01e9cd3607..09fdff6c423ca49b2c468aaffd4d8b0a18dc930d 100644
--- a/runtime/parsec/control/runtime_zlocality.c
+++ b/runtime/parsec/control/runtime_zlocality.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon PaRSEC CHAMELEON_Complex64_t kernel locality management
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-15
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/control/runtime_zprofiling.c b/runtime/parsec/control/runtime_zprofiling.c
index e0c1f18849c2925cb626c0f402339dc210faf105..2bee55cca7ed066cbb207be61faf60729efbd4c4 100644
--- a/runtime/parsec/control/runtime_zprofiling.c
+++ b/runtime/parsec/control/runtime_zprofiling.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon PaRSEC CHAMELEON_Complex64_t kernel progiling
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h
index de1e449df52b3d4d8dba0967e893986818e77347..99054364a4aca47b585944ead5a0e64c0e92e5d9 100644
--- a/runtime/parsec/include/chameleon_parsec.h
+++ b/runtime/parsec/include/chameleon_parsec.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon PaRSEC runtime header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Reazul Hoque
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_parsec_h_
diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt
index 85f97ce5fedf5ac35b644f75d1183c6d2d4e16cf..ceccd00b99c2ff4718bb6ce3348a885efe0350fe 100644
--- a/runtime/quark/CMakeLists.txt
+++ b/runtime/quark/CMakeLists.txt
@@ -17,13 +17,13 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
-#  @date 2021-01-11
+#  @date 2022-02-22
 #
 ###
 cmake_minimum_required(VERSION 3.1)
diff --git a/runtime/quark/codelets/codelet_dlag2z.c b/runtime/quark/codelets/codelet_dlag2z.c
index d17ed51c4c238e48e617c2f13a6deacb196fe481..8fa9f0f11996171c788a79ff6decc797a2316766 100644
--- a/runtime/quark/codelets/codelet_dlag2z.c
+++ b/runtime/quark/codelets/codelet_dlag2z.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon dlag2z Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_dzasum.c b/runtime/quark/codelets/codelet_dzasum.c
index 2d794603684a4ba077f974619b67976166628916..0ff35b1fb39342b1d6f70f46cad9e32d694a1ca8 100644
--- a/runtime/quark/codelets/codelet_dzasum.c
+++ b/runtime/quark/codelets/codelet_dzasum.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon dzasum Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_map.c b/runtime/quark/codelets/codelet_map.c
index 5160ca58e81b600518310e24d1886987868d2aba..75af2a82d92996abe411db3327a89e2d4b023ac7 100644
--- a/runtime/quark/codelets/codelet_map.c
+++ b/runtime/quark/codelets/codelet_map.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon map Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c
index de97737048876f0508f9a209b0d0ab8b47dc5a64..49b432390cbf9d2360a7f14d734d7eb001b00ae0 100644
--- a/runtime/quark/codelets/codelet_zaxpy.c
+++ b/runtime/quark/codelets/codelet_zaxpy.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zaxpy Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c
index 684bc77bf7c761e6b514fd6e1055e824a8992a19..099f3aac9938f98ece79f237fd7e6cde49893b84 100644
--- a/runtime/quark/codelets/codelet_zbuild.c
+++ b/runtime/quark/codelets/codelet_zbuild.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zbuild Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zcesca.c b/runtime/quark/codelets/codelet_zcesca.c
index a11d1a64c822d97c8ef036d557b0599f4e4c5163..8e9ead715f2fb1317eb98cba2173900f117a8c62 100644
--- a/runtime/quark/codelets/codelet_zcesca.c
+++ b/runtime/quark/codelets/codelet_zcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zcesca Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c
index 4d0adf6e24e84edf50ae73e5be1ed53a06802f31..832152cc8602959fd10d9dc49ab0085ad76fb336 100644
--- a/runtime/quark/codelets/codelet_zgeadd.c
+++ b/runtime/quark/codelets/codelet_zgeadd.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zgeadd Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c
index da05b045987b11a3c66e46689f7f9e2d57fedac8..ce32d269d54ffc029476b7eccd5328815c6f38af 100644
--- a/runtime/quark/codelets/codelet_zgelqt.c
+++ b/runtime/quark/codelets/codelet_zgelqt.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgelqt Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c
index e9e52f37d9e9fc2eb7e5ac59c86212251e17f687..487fe27cc6a57fe548ed2a0b81cdddc26b3a517d 100644
--- a/runtime/quark/codelets/codelet_zgemm.c
+++ b/runtime/quark/codelets/codelet_zgemm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgemm Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgemv.c b/runtime/quark/codelets/codelet_zgemv.c
index 6d3b44a59b6bb20368e061e8a06a977ec09cef3e..927ed570962d0175b6a89572a1b3eff14a6482be 100644
--- a/runtime/quark/codelets/codelet_zgemv.c
+++ b/runtime/quark/codelets/codelet_zgemv.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon zgemv Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c
index ef23503f050f847e0f044d8767fc1a8e9e02940a..120a0f13ec2835d14782bfdf1c9072b23455f8ac 100644
--- a/runtime/quark/codelets/codelet_zgeqrt.c
+++ b/runtime/quark/codelets/codelet_zgeqrt.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgeqrt Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c
index 6035549894ecb12b7cce65c115421bbaf17a862f..4f78f4bb7de43581edf98879e9d3b6f7d6785491 100644
--- a/runtime/quark/codelets/codelet_zgessm.c
+++ b/runtime/quark/codelets/codelet_zgessm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgessm Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c
index 13abb559c809998e6beca5f7b48ee5c9b7749cf9..429de3f6bf9f33f3a53407615b03bac55b9694d7 100644
--- a/runtime/quark/codelets/codelet_zgessq.c
+++ b/runtime/quark/codelets/codelet_zgessq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zgessq Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgesum.c b/runtime/quark/codelets/codelet_zgesum.c
index 569f15d381717fcffe44d8883aea524703f6eced..7b8af0d7ad980c02b0ced18f6abb920cf19455ca 100644
--- a/runtime/quark/codelets/codelet_zgesum.c
+++ b/runtime/quark/codelets/codelet_zgesum.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zgesum Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c
index 08e8aa29d2cab56ac5749f528a20ce19ea8b1895..b283c9871692a910fca6fe8db1c4331c1ca630f6 100644
--- a/runtime/quark/codelets/codelet_zgetrf.c
+++ b/runtime/quark/codelets/codelet_zgetrf.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zgetrf Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
index dcf522fc210589de2d0bc4e4a49f942481a36aee..aae76b5ccff234eeed60a18a0869fc5e36df5b20 100644
--- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrf_incpiv Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
index 894f1d24da66389d11159688c5e69690e57c0e36..a55dc2e566a2eb19be289cddcaf9a22bdac1519d 100644
--- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zgetrf_nopiv Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgram.c b/runtime/quark/codelets/codelet_zgram.c
index f9d3e0bdc7cd3719fa809b9f886c36ab2abd128b..6174ecc066d03b95559a3ab256ceeae4a1b495a0 100644
--- a/runtime/quark/codelets/codelet_zgram.c
+++ b/runtime/quark/codelets/codelet_zgram.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgram Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c
index e0520d92ddc93efc0c9a0352d0b8d029c8312a5a..45d8a259bf81e63c023ec093483badee3103a6ae 100644
--- a/runtime/quark/codelets/codelet_zhe2ge.c
+++ b/runtime/quark/codelets/codelet_zhe2ge.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zhe2ge Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c
index da03f87a2cd9212749a7f87501e04881b95e4e95..9ab119755135f795ebc39031bd08795f5a59b07b 100644
--- a/runtime/quark/codelets/codelet_zhemm.c
+++ b/runtime/quark/codelets/codelet_zhemm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zhemm Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c
index 364134e1811f1b2d254daf62e65576c179fbc458..fbd92488c749b7f4e485666df53e90ad0e5028ee 100644
--- a/runtime/quark/codelets/codelet_zher2k.c
+++ b/runtime/quark/codelets/codelet_zher2k.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zher2k Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c
index ed77816a78fb0aa16536713b29253f95e2fa64e4..fff232c134f0af0a4214ea2e1c678768a777404c 100644
--- a/runtime/quark/codelets/codelet_zherfb.c
+++ b/runtime/quark/codelets/codelet_zherfb.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zherfb Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c
index 4790fab33d1c4b47c9fc1ead2f53119881bd98c5..54a7c9d75b02f5f69dff618aba7689ab4147b925 100644
--- a/runtime/quark/codelets/codelet_zherk.c
+++ b/runtime/quark/codelets/codelet_zherk.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zherk Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c
index d7befe55132112ee1a7f60e260d92cc0eb9f53bf..1a650ea8801b2026cb96361217869c1db0132bfc 100644
--- a/runtime/quark/codelets/codelet_zhessq.c
+++ b/runtime/quark/codelets/codelet_zhessq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zhessq Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
index 200200d24abcb1c502b39b1e302d22e0be1b56a7..11992d320efc8269d9e2a5ea62f9f409849b7487 100644
--- a/runtime/quark/codelets/codelet_zlacpy.c
+++ b/runtime/quark/codelets/codelet_zlacpy.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlacpy Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c
index bbba89e337711a5d3207ab36cd7bff63c6dbc95f..336540606b8c3536aa2bd73407233c847174d52c 100644
--- a/runtime/quark/codelets/codelet_zlag2c.c
+++ b/runtime/quark/codelets/codelet_zlag2c.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zlag2c Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c
index a40d9f32866ea07701feb340fc908f5ce52a3d48..83574b8e096ade3d532165a8e0919aaf41d097a0 100644
--- a/runtime/quark/codelets/codelet_zlange.c
+++ b/runtime/quark/codelets/codelet_zlange.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zlange Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c
index 117cfad75a16b99d54a6fdf1133def6ad5e83058..4d3108e53abe4b3295d7bc56b0981d1d7efb89ca 100644
--- a/runtime/quark/codelets/codelet_zlanhe.c
+++ b/runtime/quark/codelets/codelet_zlanhe.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zlanhe Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c
index e064c385840a9630765271264d4e8727aa603964..8e750e0fb2425c50ced06e893f7fadba3a2dfe7f 100644
--- a/runtime/quark/codelets/codelet_zlansy.c
+++ b/runtime/quark/codelets/codelet_zlansy.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zlansy Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c
index 15772aa5b182140838e1b32f303b022857002f5c..ca433c19b5da96ff98f27ea2aed569d766b5f48c 100644
--- a/runtime/quark/codelets/codelet_zlantr.c
+++ b/runtime/quark/codelets/codelet_zlantr.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlantr Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c
index 3544755a1465ac1eab7724ac1a1302172ada183c..a331984a77256f5875394ed2740682a42332dbdb 100644
--- a/runtime/quark/codelets/codelet_zlascal.c
+++ b/runtime/quark/codelets/codelet_zlascal.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zlascal Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c
index 8c5691ebb6ff2e994f9ea5f79b913161f9491399..d44f8e097e8591b6094a63aafaa7d6b277d4fe7d 100644
--- a/runtime/quark/codelets/codelet_zlaset.c
+++ b/runtime/quark/codelets/codelet_zlaset.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zlaset Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c
index df7f2d7a30d3e5b4d4e7ade79d8166a92b54bc34..c47a7f68b90c8846048690e689a6b36b3d19ddbe 100644
--- a/runtime/quark/codelets/codelet_zlaset2.c
+++ b/runtime/quark/codelets/codelet_zlaset2.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zlaset2 Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c
index 503e497f60a957abe8c189b0fb3e6c4a0b46f1b4..15d829d15a897b4821480e87bbe58fecedc3e5b5 100644
--- a/runtime/quark/codelets/codelet_zlatro.c
+++ b/runtime/quark/codelets/codelet_zlatro.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zlatro Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Azzam Haidar
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c
index fd8a2fd2b83665c3743d4ad78868c8c434f55347..dc1b5881595adbd1d59846eec6ed4e9aa31cc1a0 100644
--- a/runtime/quark/codelets/codelet_zlauum.c
+++ b/runtime/quark/codelets/codelet_zlauum.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlauum Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c
index 992dfe189c3b1e5c3c494712511c55b43390fe8f..4e2d90b160bade6d4f10cb3d76e9f72b75c2b0e7 100644
--- a/runtime/quark/codelets/codelet_zplghe.c
+++ b/runtime/quark/codelets/codelet_zplghe.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zplghe Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c
index 77179c1ee2e17b68ada86c2ba6880f10ca078363..d4db07ee488bc077d0a55080cf9275ff9ad92f0c 100644
--- a/runtime/quark/codelets/codelet_zplgsy.c
+++ b/runtime/quark/codelets/codelet_zplgsy.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zplgsy Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c
index 9e4d34f26e087b1edbf8797901a5e4b366741640..d5c19f88f3f3540d08984bccaaea3af495926963 100644
--- a/runtime/quark/codelets/codelet_zplrnt.c
+++ b/runtime/quark/codelets/codelet_zplrnt.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zplrnt Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c
index 39c1942721bd5b660ff465ad9752b35483813cc9..6a5ace28491cecbbc317006e2705bd024d37c487 100644
--- a/runtime/quark/codelets/codelet_zplssq.c
+++ b/runtime/quark/codelets/codelet_zplssq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zplssq Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-10-10
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c
index a7edaa1636b00bc0c7a0da1772de3211d24689d9..6cd0ae61e52da85a2507aef04d4df3f18d1e7873 100644
--- a/runtime/quark/codelets/codelet_zpotrf.c
+++ b/runtime/quark/codelets/codelet_zpotrf.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zpotrf Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c
index 1544769aa0158a316dd423bb980ffe9965d014de..bb52b5ae1815adc6f8bf4b05f8c586864dbe51db 100644
--- a/runtime/quark/codelets/codelet_zssssm.c
+++ b/runtime/quark/codelets/codelet_zssssm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zssssm Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
index 417e46110784aac5d30a9e1969b934993f7f44ab..6a57a49f9429384c38b6c03ce93984f503a3c744 100644
--- a/runtime/quark/codelets/codelet_zsymm.c
+++ b/runtime/quark/codelets/codelet_zsymm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsymm Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c
index 79f6540498a15feddb0de30fe1088ee03f92fe05..694ed5e1ccca8bb9c5ab1b534dddaba39b529d19 100644
--- a/runtime/quark/codelets/codelet_zsyr2k.c
+++ b/runtime/quark/codelets/codelet_zsyr2k.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsyr2k Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c
index 0450dc804b41bb8681d864cf625eb66ee6f5d758..c6a8774b635673b0c6716a0d707f5c81eafefeda 100644
--- a/runtime/quark/codelets/codelet_zsyrk.c
+++ b/runtime/quark/codelets/codelet_zsyrk.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zsyrk Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c
index 4f22d6830bca96c4383b70ce01a0acca99ede394..50dbfe6f9aa4ba8c6836692f4b956ef185c5a4e2 100644
--- a/runtime/quark/codelets/codelet_zsyssq.c
+++ b/runtime/quark/codelets/codelet_zsyssq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon zsyssq Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsytrf_nopiv.c b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
index 1b0895bc5cc33df03a3168fece91293f3f345501..4b388c9a0cae5a670fd72d58209aff7a787ad02c 100644
--- a/runtime/quark/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsytrf_nopiv Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c
index ae7c0ebd5a9203e8a212f117e4af7f2bc12c76dd..b883557450f48f21f8b70c3c9dc90154f63809ba 100644
--- a/runtime/quark/codelets/codelet_ztplqt.c
+++ b/runtime/quark/codelets/codelet_ztplqt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztplqt Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c
index 3367a56e2c61981017864b0197af2a4a5807ea79..f53b58d1dabff56781b3601b2e3a3e9e6ba5a549 100644
--- a/runtime/quark/codelets/codelet_ztpmlqt.c
+++ b/runtime/quark/codelets/codelet_ztpmlqt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztpmlqt Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index 049d6e464bebdf35e06d3141ffa7d43dec46c4a7..b9c880ea3b2fdd7c4b7da656702c77e6edc48cbb 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztpmqrt Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c
index 13c977aab66df772d2f3812a241a23567ab3a696..a86991e5c763517fa8dae0e6865b31bbf1984686 100644
--- a/runtime/quark/codelets/codelet_ztpqrt.c
+++ b/runtime/quark/codelets/codelet_ztpqrt.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon ztpqrt Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c
index 0186a800f9dbbd98ee0f138282f7f263bb672794..cc60f4650ddd76bf1c50a17a015c5ef208f3b2eb 100644
--- a/runtime/quark/codelets/codelet_ztradd.c
+++ b/runtime/quark/codelets/codelet_ztradd.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztradd Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c
index d402f804aadac19b0c877371666e1dcd4f85fa4b..2346981054cd6c0323616401a2bccfddf80e7215 100644
--- a/runtime/quark/codelets/codelet_ztrasm.c
+++ b/runtime/quark/codelets/codelet_ztrasm.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztrasm Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c
index 6191d3441c05822ff71e75444aa3cba4e620ed3d..bfd54026150f16e80eec8c9456490122b2bf67ce 100644
--- a/runtime/quark/codelets/codelet_ztrmm.c
+++ b/runtime/quark/codelets/codelet_ztrmm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztrmm Quark codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c
index d2ebb3cfec56e61622da4dffa60173f016e74493..c35818fdbfca299b3ad296e937b627dd8a3275d3 100644
--- a/runtime/quark/codelets/codelet_ztrsm.c
+++ b/runtime/quark/codelets/codelet_ztrsm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztrsm Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c
index d1589c6c8d2f1fd6158b93b044c6043ed012637e..5574cc513f8a965c5dbde1e5bcd9ea3022b8dd1d 100644
--- a/runtime/quark/codelets/codelet_ztrssq.c
+++ b/runtime/quark/codelets/codelet_ztrssq.c
@@ -11,10 +11,10 @@
  *
  * @brief Chameleon ztrssq Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c
index 67b45fe807b74994b6445d3372155c53721d22f9..a8d46594a1e0e12442133e9a8ace21e3b703b2aa 100644
--- a/runtime/quark/codelets/codelet_ztrtri.c
+++ b/runtime/quark/codelets/codelet_ztrtri.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztrtri Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
index 6c17cd062eab34d15c5287b320d6310d55edeacc..773a570a584301d09ca435fd95c85e1769f83e5e 100644
--- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon ztsmlq_hetra1 Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
index d4b2d8e7bd427f5b8cedab4536e8ea3b8986eaff..e1c9f84b60c14e9f8281ae6078a2a80423c84d05 100644
--- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon ztsmqr_hetra1 Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c
index f913e191c28213b05057ddb9d10713b92ca2f757..9979b3d7ae2523ec5d1fc49a3991ec660a2b5d16 100644
--- a/runtime/quark/codelets/codelet_ztstrf.c
+++ b/runtime/quark/codelets/codelet_ztstrf.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztstrf Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c
index e050563a83e310aa3f57d4339686c8a3ef729213..456973d3601be5a6d26284b2fb6964763e24bd5f 100644
--- a/runtime/quark/codelets/codelet_zunmlq.c
+++ b/runtime/quark/codelets/codelet_zunmlq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmlq Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
@@ -19,7 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c
index af91c06302d3dce4a96b712e54ffce596bb81ded..b68e89a3b02bc3931d3cab572e4bb41ce8aba897 100644
--- a/runtime/quark/codelets/codelet_zunmqr.c
+++ b/runtime/quark/codelets/codelet_zunmqr.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zunmqr Quark codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c
index 35e46cb8bfd7381f4730af743b62b38e5f9c2021..514a42b5780c1dab98ef8479015ce3cc53df89d1 100644
--- a/runtime/quark/control/runtime_async.c
+++ b/runtime/quark/control/runtime_async.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon Quark asynchronous routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Jakub Kurzak
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_context.c b/runtime/quark/control/runtime_context.c
index 1403ee8edb352148626a7e31168f0d593f9aaf2b..64b9b183b72af0b0401db0e48f594b3dd9b47192 100644
--- a/runtime/quark/control/runtime_context.c
+++ b/runtime/quark/control/runtime_context.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon Quark context routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c
index c32726b830a00bf125e23858809ffeaafd92f86e..73ac10a42c4a4be746f09c768b79a83a0d4f9223 100644
--- a/runtime/quark/control/runtime_control.c
+++ b/runtime/quark/control/runtime_control.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon Quark control routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c
index 7d916aee07d30b9d9fcebb52a95ec853608f0bf0..24c872fe0f6f47f6713559c3a37d59726bee3fc4 100644
--- a/runtime/quark/control/runtime_descriptor.c
+++ b/runtime/quark/control/runtime_descriptor.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon Quark descriptor routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c
index 35346e36a3b4b41118be0eef82ba5144acb0dc70..fba2114627ca7872e7717f4d65c15ac4bf958058 100644
--- a/runtime/quark/control/runtime_options.c
+++ b/runtime/quark/control/runtime_options.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon Quark options routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c
index b91c7fa04e1f1047634ab27ddd54ae8a594678f0..6b5c19c8b96fae21963f38fb7cc1306dd9939921 100644
--- a/runtime/quark/control/runtime_profiling.c
+++ b/runtime/quark/control/runtime_profiling.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon Quark profiling routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c
index 7499fcabd34acb282f8f59dba30537ae3787a2b2..ff7213753b3d0119bd71d01504af241b88c5d6ea 100644
--- a/runtime/quark/control/runtime_zlocality.c
+++ b/runtime/quark/control/runtime_zlocality.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon Quark CHAMELEON_Complex64_t kernel locality management
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Vijay Joshi
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c
index 4df8c6779b8f3e8ad8137c24c8cbbfb4f21781e5..033803c6acd6203b1a2a958544d9ce37b110a72a 100644
--- a/runtime/quark/control/runtime_zprofiling.c
+++ b/runtime/quark/control/runtime_zprofiling.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon Quark CHAMELEON_Complex64_t kernel progiling
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h
index af8890b38ae846d104829d88959b396d79106e21..70339cbbe19c63f9667d599cc4db44e2c75e8942 100644
--- a/runtime/quark/include/chameleon_quark.h
+++ b/runtime/quark/include/chameleon_quark.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon Quark runtime main header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-10-10
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_quark_h_
diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h
index bfa0464840b2c0e9a22e81e734fdd7d974880214..922daf689427ca99e2d0d09332e95e1a55af290d 100644
--- a/runtime/quark/include/core_blas_dag.h
+++ b/runtime/quark/include/core_blas_dag.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon Quark DAG generation header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _core_blas_dag_h_
diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
index eb80ee44e88ea0b190e2445fdbaf6b3331580030..09a02526c81e484f8b914b7100ed6768ec940457 100644
--- a/runtime/starpu/CMakeLists.txt
+++ b/runtime/starpu/CMakeLists.txt
@@ -17,13 +17,13 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Samuel Thibault
-#  @date 2021-03-16
+#  @date 2022-02-22
 #
 ###
 cmake_minimum_required(VERSION 3.1)
diff --git a/runtime/starpu/codelets/codelet_dlag2z.c b/runtime/starpu/codelets/codelet_dlag2z.c
index d434f9806bb1fbe1869c2b6efc6842eb4099720e..438fe25a2c27be345913ee0bf2d247100e2335cf 100644
--- a/runtime/starpu/codelets/codelet_dlag2z.c
+++ b/runtime/starpu/codelets/codelet_dlag2z.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon dlag2z StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_dzasum.c b/runtime/starpu/codelets/codelet_dzasum.c
index 25612d7c57718eab996dbfecefae3b8a089117c1..0106b372b61615a5c5b9b78b986aa37f361f5faa 100644
--- a/runtime/starpu/codelets/codelet_dzasum.c
+++ b/runtime/starpu/codelets/codelet_dzasum.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon dzasum StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_map.c b/runtime/starpu/codelets/codelet_map.c
index 7ac5e376be0c151646680c699bc8d5278e14c871..7a6d1b2349d7ae14120788f2884db7ca40dca16a 100644
--- a/runtime/starpu/codelets/codelet_map.c
+++ b/runtime/starpu/codelets/codelet_map.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon map StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/codelets/codelet_zaxpy.c b/runtime/starpu/codelets/codelet_zaxpy.c
index d75da57767caba0db09330334b33c5396e20ad2f..7e6f430259cceabdc81337ae44c8b8f471295c93 100644
--- a/runtime/starpu/codelets/codelet_zaxpy.c
+++ b/runtime/starpu/codelets/codelet_zaxpy.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zaxpy StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c
index 39416b5ed0dfe808a6fe414571ee20fa9e5d43c8..9427235893432abbd69407bd5b7276d9f87c164a 100644
--- a/runtime/starpu/codelets/codelet_zbuild.c
+++ b/runtime/starpu/codelets/codelet_zbuild.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zbuild StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
@@ -23,7 +23,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
index f059d9e80acb27962abf4ed9e9814753d39b5d70..00fa905af5b0ad44ecf9df9b6d682e8ee711a7f5 100644
--- a/runtime/starpu/codelets/codelet_zcallback.c
+++ b/runtime/starpu/codelets/codelet_zcallback.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon zcallback StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @author Florent Pruvost
- *  @date 2021-03-16
+ *  @date 2022-02-22
  *  @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zcesca.c b/runtime/starpu/codelets/codelet_zcesca.c
index 66adc472c6d3b106d36b07aa0a3082b583db1d1d..868e7fb27f222a7895ea878f3028319a5863503c 100644
--- a/runtime/starpu/codelets/codelet_zcesca.c
+++ b/runtime/starpu/codelets/codelet_zcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zcesca StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c
index faf9175d83995369f05bdf353184e77b37dff6d5..825a8fb6c2c59343c0078cc6820149f0e8c27b2b 100644
--- a/runtime/starpu/codelets/codelet_zgeadd.c
+++ b/runtime/starpu/codelets/codelet_zgeadd.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgeadd StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c
index 3b04e1ff67d472fd763ff1c0c5b50eb993814c3b..75e5cbdc66f533cb02f2267100b6268861b5bd2a 100644
--- a/runtime/starpu/codelets/codelet_zgelqt.c
+++ b/runtime/starpu/codelets/codelet_zgelqt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgelqt StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
index 71cc0682dc4e29038b9cbb51fffa5f36a49172e8..f83a040faf051de0519fba9d11fbbfc10238e124 100644
--- a/runtime/starpu/codelets/codelet_zgemm.c
+++ b/runtime/starpu/codelets/codelet_zgemm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgemm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Gwenole Lucas
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgemv.c b/runtime/starpu/codelets/codelet_zgemv.c
index be083cbeae26cdfffe769b2fd9e8efbdf942913a..b5901a7f0bcb6b900fd1997d0e96ff6fea180dc5 100644
--- a/runtime/starpu/codelets/codelet_zgemv.c
+++ b/runtime/starpu/codelets/codelet_zgemv.c
@@ -11,9 +11,9 @@
  *
  * @brief Chameleon zgemv StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c
index 0cc8728c4d7f02a3f9bb78615d76f5397aafcb27..4aa0dd48644518ae06917d8105739d1575291905 100644
--- a/runtime/starpu/codelets/codelet_zgeqrt.c
+++ b/runtime/starpu/codelets/codelet_zgeqrt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgeqrt StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c
index f8ed85dc44ab3d64e7b42a7c79ed868e2d708b8f..e482cbbe85741e3911590e64f6ca6193c6c2c0cc 100644
--- a/runtime/starpu/codelets/codelet_zgessm.c
+++ b/runtime/starpu/codelets/codelet_zgessm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgessm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c
index f806e9be0cabd99f32c4ac97e5d599d177cf89af..81e3cede7faae185506144a56fb6133602e7abc3 100644
--- a/runtime/starpu/codelets/codelet_zgessq.c
+++ b/runtime/starpu/codelets/codelet_zgessq.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zgessq StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgesum.c b/runtime/starpu/codelets/codelet_zgesum.c
index b8ccd3c16ba379ca43d687a8367813766cf6c386..9efee03cf4b8c993659881604dd79e6a721d7703 100644
--- a/runtime/starpu/codelets/codelet_zgesum.c
+++ b/runtime/starpu/codelets/codelet_zgesum.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zgesum StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c
index da52b6cdaec8831e8a25a5b0751236927b6d4efe..a00eedc434d66582ad5108cdc42fef4d1e1d8252 100644
--- a/runtime/starpu/codelets/codelet_zgetrf.c
+++ b/runtime/starpu/codelets/codelet_zgetrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrf StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
index ad20bc97d0dafbf911371a95bb4413d0a6a0b4dd..f2f0c096498f5b78dc5d66403892d0b37ad61126 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrf_incpiv StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
index 22e9ccd497f370f68beaaf274d6a1e4d4cc901b1..b3baa625775a72debe4abf95a7a08019b8b0b9c5 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zgetrf_nopiv StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -19,7 +19,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgram.c b/runtime/starpu/codelets/codelet_zgram.c
index a045be73449aa61b94d0e015f16d14a90acd93d0..fdf61c41bb96cb8d33254a9fb63cbe1179208c7f 100644
--- a/runtime/starpu/codelets/codelet_zgram.c
+++ b/runtime/starpu/codelets/codelet_zgram.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zgram StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Lucas Barros de Assis
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c
index 7c97c5b9815996abf48f78b7ed543a63e526f143..615ecd2eaabf2bcbc65f732781d1a65f0b99cec3 100644
--- a/runtime/starpu/codelets/codelet_zhe2ge.c
+++ b/runtime/starpu/codelets/codelet_zhe2ge.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zhe2ge StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
index bd42479e8d74cee91ec89cbf65f36ea433e71e40..c05dbb92d53962d337b995f3725f02aeae19e31f 100644
--- a/runtime/starpu/codelets/codelet_zhemm.c
+++ b/runtime/starpu/codelets/codelet_zhemm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zhemm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @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 18b026d9f443068195774cb7c5ddddb653645ae5..9fa3a1f782aa51f49a542d9d7da2bda3bf3aede9 100644
--- a/runtime/starpu/codelets/codelet_zher2k.c
+++ b/runtime/starpu/codelets/codelet_zher2k.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zher2k StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c
index edac567d6bd70648a10631321e32005155a5c7aa..428f5340400c061b12997f4d9876ee1fbdf027b3 100644
--- a/runtime/starpu/codelets/codelet_zherfb.c
+++ b/runtime/starpu/codelets/codelet_zherfb.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zherfb StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
index 5a7ba32f1e80d40b18fe4fcd778ce1b8ec373864..a83d212a6cb7319f4b14f18c561d5f07aed9bc65 100644
--- a/runtime/starpu/codelets/codelet_zherk.c
+++ b/runtime/starpu/codelets/codelet_zherk.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zherk StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Gwenole Lucas
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zhessq.c b/runtime/starpu/codelets/codelet_zhessq.c
index d5e9cdcb6b11afa4ab177aa27a0b7c397b75de8e..61ea5d8f0ceeed1e6ccef303698afe1fcc384995 100644
--- a/runtime/starpu/codelets/codelet_zhessq.c
+++ b/runtime/starpu/codelets/codelet_zhessq.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon zhessq StarPU codelet
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index 16e7f0163e6a6eeaf56bd91c2a4fe10e7614ccc2..9453453af38dd61bc1fe2b0b80a04752bac140c7 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlacpy StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c
index c07593f0241a65ee87b1336d9429327d3dce24b1..a259373a2e9b1b2a96af14c1f1829dfad864f4b3 100644
--- a/runtime/starpu/codelets/codelet_zlag2c.c
+++ b/runtime/starpu/codelets/codelet_zlag2c.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlag2c StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions mixed zc -> ds
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c
index ec353ce392c41d69a97d828a9fe158f856cd8c10..759ee9d89ff0a1922ce0dc94fe798226e2a944bf 100644
--- a/runtime/starpu/codelets/codelet_zlange.c
+++ b/runtime/starpu/codelets/codelet_zlange.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlange StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c
index 88948dd9fa70e5ea757b7b2f3e69087b2b3ab500..e79619eabbdfa61d032880aaa77d9b7ffadac7b0 100644
--- a/runtime/starpu/codelets/codelet_zlanhe.c
+++ b/runtime/starpu/codelets/codelet_zlanhe.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlanhe StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c
index 86e2309ea14fa4d18ba5d7504e79e797616ef0e8..3ed03b399ffef550b131a5f8afaf3906da87da29 100644
--- a/runtime/starpu/codelets/codelet_zlansy.c
+++ b/runtime/starpu/codelets/codelet_zlansy.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlansy StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c
index 41cf5c0354cd5c441bdad48e35fe067afdda99b2..2aa75e98fff592870d6a89ecf6dbe66938de0d75 100644
--- a/runtime/starpu/codelets/codelet_zlantr.c
+++ b/runtime/starpu/codelets/codelet_zlantr.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zlantr StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Lucas Barros de Assis
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c
index 4a833a21b18cd9a1d81c2d2f4c9d61193aa4922f..986292de9dcbc550e0d6b22b8553bec1a8e2a661 100644
--- a/runtime/starpu/codelets/codelet_zlascal.c
+++ b/runtime/starpu/codelets/codelet_zlascal.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zlascal StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Dalal Sukkari
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c
index 933026d57c56406ca88b48d251baf32899a3b285..860d06aba479c78cd8fe71eb4ca09a9d3aaa0967 100644
--- a/runtime/starpu/codelets/codelet_zlaset.c
+++ b/runtime/starpu/codelets/codelet_zlaset.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlaset StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -19,7 +19,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c
index c37149c9db8a50006fd8ee1d54122063a97dad65..a8d4a5559aa6a874324932b8fe75992ef6ec24dc 100644
--- a/runtime/starpu/codelets/codelet_zlaset2.c
+++ b/runtime/starpu/codelets/codelet_zlaset2.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlaset2 StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -21,7 +21,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c
index 656b3117420a6172aa52dd7f35db5acd248d3ab7..169689ee389980a1162ad5b8358c4f8fa45fbb7b 100644
--- a/runtime/starpu/codelets/codelet_zlatro.c
+++ b/runtime/starpu/codelets/codelet_zlatro.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlatro StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c
index c124bbee21d17b3645ba5fa81c0d816f9be9853d..8af70ac4e72cc789bb3d3e5f47185221a954808b 100644
--- a/runtime/starpu/codelets/codelet_zlauum.c
+++ b/runtime/starpu/codelets/codelet_zlauum.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zlauum StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c
index d8aaf90dcb342bfdb66791f61319fa8482e154e4..bdb6cf44fb9b285360bec9423dbf3bd8c956b9a7 100644
--- a/runtime/starpu/codelets/codelet_zplghe.c
+++ b/runtime/starpu/codelets/codelet_zplghe.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zplghe StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c
index ee14b1f39bd06454c694ab4f3b1acbd77e51139c..8ba6981abc6b53372a040e911b221d5384a6b3f0 100644
--- a/runtime/starpu/codelets/codelet_zplgsy.c
+++ b/runtime/starpu/codelets/codelet_zplgsy.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zplgsy StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c
index 9b12220280bc4d9b181eb40ebc5db8284fdc77a7..b646164620d4a567328b8e96ac71364709787f94 100644
--- a/runtime/starpu/codelets/codelet_zplrnt.c
+++ b/runtime/starpu/codelets/codelet_zplrnt.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zplrnt StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c
index 85fc2657a3ecaa904467e501a23aab8d387a0361..0fc7b59b3f7c5582137704fbeb6c430162537733 100644
--- a/runtime/starpu/codelets/codelet_zplssq.c
+++ b/runtime/starpu/codelets/codelet_zplssq.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zplssq StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
index 074ca017b81176278da662140d9e60113461db81..308b1cd32bc377b8639da882a6e1512567a89802 100644
--- a/runtime/starpu/codelets/codelet_zpotrf.c
+++ b/runtime/starpu/codelets/codelet_zpotrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zpotrf StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c
index 5a491bd6b60d561d14e6ca0aa09b7a0d6a43dedc..b66cc9cb7782c6e0bf3df13d070737202fce1b08 100644
--- a/runtime/starpu/codelets/codelet_zssssm.c
+++ b/runtime/starpu/codelets/codelet_zssssm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zssssm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index be56ae274371a74b558979803288d0f6e52d47eb..e1507f65791c4fe99dfab487a5f0ae2a2a05e96b 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsymm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @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 b8d3f75d06f39d510201019aab480a3013d61f5a..169936ca95ff61153ffc582a73e63d0d21319887 100644
--- a/runtime/starpu/codelets/codelet_zsyr2k.c
+++ b/runtime/starpu/codelets/codelet_zsyr2k.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsyr2k StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @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 d9b381f15c9d4194146ee6d9c199895db4b651ab..86a95d034f5fab0cf1e12eec399a17b4c4f556e9 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsyrk StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Gwenole Lucas
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c
index 1ab83e0839f4caccc691bd0eece04ba5e179b77a..bdc1d134767631ab244558670520bde967676391 100644
--- a/runtime/starpu/codelets/codelet_zsyssq.c
+++ b/runtime/starpu/codelets/codelet_zsyssq.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon zsyssq StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
index b9fef5f6ae49f954523136113b6c66d6cb85b0bc..7ca6f95cf9a935cea3b23faf4520946176238d58 100644
--- a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zsytrf_nopiv StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -21,7 +21,7 @@
  * @author Marc Sergent
  * @author Lucas Barros de Assis
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c
index 2bf258ae85906650df005222c894cde6f66552a8..9a183efa36892c1fae0eb767ec76df7d2f4b50e8 100644
--- a/runtime/starpu/codelets/codelet_ztplqt.c
+++ b/runtime/starpu/codelets/codelet_ztplqt.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon ztplqt StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztpmlqt.c b/runtime/starpu/codelets/codelet_ztpmlqt.c
index 78e501234989731b336111f30bfd8e7c52859e2b..aa35c75e5e25d907d3ade5e155e8df22b8237297 100644
--- a/runtime/starpu/codelets/codelet_ztpmlqt.c
+++ b/runtime/starpu/codelets/codelet_ztpmlqt.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon ztpmlqt StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c
index a2e62bfd3ee46cdf5ab998cd4d55c6f2be2c8954..ad70c1801f0ac21dd57627bcc1213f649699688f 100644
--- a/runtime/starpu/codelets/codelet_ztpmqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpmqrt.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon ztpmqrt StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index b7d08e1b687038b1cceea73e3907fb18c005cf55..415f187e119d1306a0a680bd1106b08e5fbd87ae 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon ztpqrt StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Lucas Barros de Assis
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c
index 29af119d94fe62906ff84328b21ff2b51d3237d2..f1522ecc06f82b994a50d407a0530b2a7ca4ea29 100644
--- a/runtime/starpu/codelets/codelet_ztradd.c
+++ b/runtime/starpu/codelets/codelet_ztradd.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon ztradd StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c
index 423622022c35a50d8a248821c90720d71c3a8aa7..e5085ca5faf85840f8ad240c91f4327b453100bd 100644
--- a/runtime/starpu/codelets/codelet_ztrasm.c
+++ b/runtime/starpu/codelets/codelet_ztrasm.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztrasm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @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 1c7538c75cfd775d037f3801427c9cb8388aed73..41496a815006bcc485c3c0542dfa710cccf5b84c 100644
--- a/runtime/starpu/codelets/codelet_ztrmm.c
+++ b/runtime/starpu/codelets/codelet_ztrmm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrmm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c
index cc9f844b7ed27d969e66966b917f1adf06a68326..0feac92b8944525f8814fc2cb67be223ec19f33c 100644
--- a/runtime/starpu/codelets/codelet_ztrsm.c
+++ b/runtime/starpu/codelets/codelet_ztrsm.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrsm StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Gwenole Lucas
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c
index b78fdcbdd75b404accb33bb33cee1f4248baa022..48914271ac0bca8e8903a84daac51066201ed7c4 100644
--- a/runtime/starpu/codelets/codelet_ztrssq.c
+++ b/runtime/starpu/codelets/codelet_ztrssq.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon ztrssq StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c
index 81b60495cab06ff79ad0e84d0daa7f42cb663df5..21d6aecbc4faf574c8433e140601f6709345e94e 100644
--- a/runtime/starpu/codelets/codelet_ztrtri.c
+++ b/runtime/starpu/codelets/codelet_ztrtri.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztrtri StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
@@ -20,7 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
index 686d04599ec399ccba1fb3d3dcfffa3ea5690131..85a6a11d03fb8f8d4fd18b76bb452029c0d5247f 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztsmlq_hetra1 StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
index 5a341f92184083ba00e993b795a104e6a0ebff11..7f1fb518ea205908d1a20ea61af30ba6b5028dad 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon ztsmqr_hetra1 StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c
index d8df30ba6b855342996bf168fecbedbfc8b53309..41eb0636aec3278dc1186eb7d8c33c6f35afaf64 100644
--- a/runtime/starpu/codelets/codelet_ztstrf.c
+++ b/runtime/starpu/codelets/codelet_ztstrf.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon ztstrf StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c
index a4c6a63d0f6fbd7077de63872e117b962c67145e..44f740505733505c6fa2af232b209f9711218d40 100644
--- a/runtime/starpu/codelets/codelet_zunmlq.c
+++ b/runtime/starpu/codelets/codelet_zunmlq.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmlq StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -23,7 +23,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c
index 202a2e4d4f203dd054563a588013ea94149d60b0..453ac420730c3466a19fe335444b189811ba14bf 100644
--- a/runtime/starpu/codelets/codelet_zunmqr.c
+++ b/runtime/starpu/codelets/codelet_zunmqr.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon zunmqr StarPU codelet
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
@@ -22,7 +22,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2021-01-11
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c
index 41e01f5a08730510f12185c48aaf16b213be4ecc..f4602ac8f161c389cbc273c6f322bfc56f9efcfa 100644
--- a/runtime/starpu/control/runtime_async.c
+++ b/runtime/starpu/control/runtime_async.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU asynchronous routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-04-22
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c
index 98755f7f8041d622399b6f4c7cf0e47ea2204bf1..d785835ec7b727b789a5fec003d85ad995b8412d 100644
--- a/runtime/starpu/control/runtime_context.c
+++ b/runtime/starpu/control/runtime_context.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU context routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-12-01
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index f044226d3d403a0f564028bfaf96b6c4b9db39bb..37979d86ef77b0a5f691034b82de609424b11ed2 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon StarPU control routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Philippe Swartvagher
  * @author Samuel Thibault
- * @date 2020-07-01
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index db432729e6e704639ae9f4fa1112647af49be186..f8415a75d4af10fbc3085008a6f1a255a23d0162 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -11,7 +11,7 @@
  *
  * @brief Chameleon StarPU descriptor routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
@@ -19,7 +19,7 @@
  * @author Guillaume Sylvand
  * @author Raphael Boucherie
  * @author Samuel Thibault
- * @date 2020-12-01
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c
index 6e8b192fd67887fdf860cb3d083d421d4b790c13..98c35eaa05079222a86d19462b793aa3d7e94c37 100644
--- a/runtime/starpu/control/runtime_options.c
+++ b/runtime/starpu/control/runtime_options.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU options routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-01-07
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c
index 2c7830834770bc0ea3f5ff749c8dd13297628144..b30d1c541cdacf260b703bca4b9259ae5c6d876d 100644
--- a/runtime/starpu/control/runtime_profiling.c
+++ b/runtime/starpu/control/runtime_profiling.c
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon StarPU profiling routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c
index 882a4aca6af847fa00ab0b052deb28e645cd0a83..73e8dd94e8fc940ea4a98ae039b1c03ee70ad515 100644
--- a/runtime/starpu/control/runtime_workspace.c
+++ b/runtime/starpu/control/runtime_workspace.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon StarPU workspaces routines
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c
index c59185cb6308b84479d20066f9263af853592826..0810f8193df54ff63244d40af8fb99e78c939566 100644
--- a/runtime/starpu/control/runtime_zlocality.c
+++ b/runtime/starpu/control/runtime_zlocality.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU CHAMELEON_Complex64_t kernel locality management
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c
index 5f737d51e933c10c4b488bce595b04b82fb6b0a3..87d139b19c18ba1ebd6688834dfd586e201b8a97 100644
--- a/runtime/starpu/control/runtime_zprofiling.c
+++ b/runtime/starpu/control/runtime_zprofiling.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU CHAMELEON_Complex64_t kernel progiling
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-03-03
+ * @date 2022-02-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/include/cham_tile_interface.h b/runtime/starpu/include/cham_tile_interface.h
index b10fad0435fb366485943621e688bb7ac7943243..54d82d1c41055c11b7e4243246a119fb76b96dd2 100644
--- a/runtime/starpu/include/cham_tile_interface.h
+++ b/runtime/starpu/include/cham_tile_interface.h
@@ -9,10 +9,10 @@
  *
  * @brief Header to describe the Chameleon tile interface in StarPU
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Gwenole Lucas
- * @date 2020-07-01
+ * @date 2022-02-22
  *
  */
 #ifndef _cham_tile_interface_h_
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index 8c529d68c84da4c17fd20cd91a38de8a21993574..498e392c7aa36ba7b73964a118e9dd81511bc265 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -11,13 +11,13 @@
  *
  * @brief Chameleon StarPU runtime header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Philippe Swartvagher
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  *
  */
 #ifndef _chameleon_starpu_h_
diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h
index d4ea492363b9d02734c5649cd519993be6c6326b..4f3b7e207e29715cab0564c2521bd4f6ad54ab47 100644
--- a/runtime/starpu/include/runtime_codelet_profile.h
+++ b/runtime/starpu/include/runtime_codelet_profile.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU codelet profiling header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-12-01
+ * @date 2022-02-22
  *
  */
 #ifndef _runtime_codelet_profile_h_
diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h
index a32cb1b402847f210027c97e2d67149ceab4d876..013a6222f66807dbaf947dcfaed016b6f693f342 100644
--- a/runtime/starpu/include/runtime_codelet_z.h
+++ b/runtime/starpu/include/runtime_codelet_z.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU CHAMELEON_Complex64_t codelets header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-10-12
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h
index f29f688ec3ca09e1e7850ff7cd95c416ac9e0585..34370cf8fdf02f8e0cdaf699f96a232543b75dfb 100644
--- a/runtime/starpu/include/runtime_codelets.h
+++ b/runtime/starpu/include/runtime_codelets.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU codelets main header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2020-06-29
+ * @date 2022-02-22
  *
  */
 #ifndef _runtime_codelets_h_
diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h
index acfa7539fb095119dd5b77c2ef0803371ecf8e8c..f5de8dd34190d9c5282566b48a569e538f6c59b9 100644
--- a/runtime/starpu/include/runtime_profiling.h
+++ b/runtime/starpu/include/runtime_profiling.h
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon StarPU profiling and kernel locality header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _runtime_profiling_h_
diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h
index 9f4f72438f258910052b41e7a8ded59a7b5fd669..5546238541ef319ccb7c552e41b9259b1b7f0852 100644
--- a/runtime/starpu/include/runtime_workspace.h
+++ b/runtime/starpu/include/runtime_workspace.h
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon StarPU workspace header
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Cedric Augonnet
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #ifndef _runtime_workspace_h_
diff --git a/runtime/starpu/interface/cham_tile_interface.c b/runtime/starpu/interface/cham_tile_interface.c
index 85edc5d73f5842e351864d967d61604266f681b6..425ef3e251f53768d40b377c560abcd7d74f8498 100644
--- a/runtime/starpu/interface/cham_tile_interface.c
+++ b/runtime/starpu/interface/cham_tile_interface.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon tile interface for StarPU
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Gwenole Lucas
  * @author Samuel Thibault
- * @date 2021-03-16
+ * @date 2022-02-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt
index 25c75f05c10113e6ce292e460a1aea07e266fef7..75d62f2ee1b84efdff4a473874e1be114361a53f 100755
--- a/simucore/CMakeLists.txt
+++ b/simucore/CMakeLists.txt
@@ -17,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 ###
 
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index d480166cd87f2d2a13212403a9a54abddea3ab6b..4ab54c917baffeb2266bed6de42670d9071d007a 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -17,13 +17,13 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.1.0
+# @version 1.2.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Lucas Barros de Assis
 #  @author Florent Pruvost
-#  @date 2021-01-04
+#  @date 2022-02-22
 #
 ###
 
diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c
index 28a15adf781749aefae1c050f89477e27487c21a..920fda79315589371976a6de43689ff3d0d9e893 100644
--- a/testing/chameleon_ztesting.c
+++ b/testing/chameleon_ztesting.c
@@ -11,12 +11,12 @@
  *
  * @brief Chameleon CHAMELEON_Complex64_t auxiliary testings routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Cédric Castagnède
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @date 2020-10-15
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/parameters.c b/testing/parameters.c
index 6828d9da4d1d5ef4672b29bf6114fed46b631f6f..247b5a0431ddd703bf105b4a66052948eee31a1b 100644
--- a/testing/parameters.c
+++ b/testing/parameters.c
@@ -8,10 +8,10 @@
  *
  * @brief Chameleon auxiliary routines for testing structures
  *
- * @version 1.0.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "testings.h"
diff --git a/testing/run_list.c b/testing/run_list.c
index 5c3ceae38a58c8112e76bf304c3518cb3f6037e1..f6deec7aa0f52b8ecfec7ed02d3347dad51c4e9f 100644
--- a/testing/run_list.c
+++ b/testing/run_list.c
@@ -8,11 +8,11 @@
  *
  * @brief Chameleon auxiliary routines for testing structures
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Philippe Swartvagher
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "testings.h"
diff --git a/testing/testing_zcesca.c b/testing/testing_zcesca.c
index c757f856b3ae67a8b52b1ab8288315e77d07f759..1e5601d1cd3f83e09da9d681375c34d5a0f2246d 100644
--- a/testing/testing_zcesca.c
+++ b/testing/testing_zcesca.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zcesca testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-10
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zcheck.c b/testing/testing_zcheck.c
index 69965b76a41635c433abf56b687fe0bccf5d6306..fa92829bb871f6df36d18509d65df224332d7aca 100644
--- a/testing/testing_zcheck.c
+++ b/testing/testing_zcheck.c
@@ -9,13 +9,13 @@
  *
  * @brief Chameleon CHAMELEON_Complex64_t auxiliary testings routines
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Nathalie Furmento
  * @author Alycia Lisito
- * @date 2022-02-08
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zcheck.h b/testing/testing_zcheck.h
index 877cb3c990880e4d79f8dc7bc2bd6812249aa4fc..3085aaa687b8bd3b5d43886a4b6e11b69ceec388 100644
--- a/testing/testing_zcheck.h
+++ b/testing/testing_zcheck.h
@@ -9,13 +9,13 @@
  *
  * @brief Chameleon CHAMELEON_Complex64_t auxiliary testings header
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Nathalie Furmento
  * @author Alycia Lisito
- * @date 2022-02-08
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index f10cb9ed9f729fe3bf80f33fc9588b205d7b594e..89e57be8d465020b27bac093052b8a85c105fd56 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgeadd testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgelqf.c b/testing/testing_zgelqf.c
index e117d1b0594b42b474410484d4327477ee142481..a4a204614334f5cc6c270e53ca641e8c41ba2e28 100644
--- a/testing/testing_zgelqf.c
+++ b/testing/testing_zgelqf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgelqf testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgelqf_hqr.c b/testing/testing_zgelqf_hqr.c
index 2d401c3d4797c4226ba1b4656fa1087317d5b0b8..5e2cb7feba89e11947092aea976936c05c811c49 100644
--- a/testing/testing_zgelqf_hqr.c
+++ b/testing/testing_zgelqf_hqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgelqf_param testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgelqs.c b/testing/testing_zgelqs.c
index dd26b911c86fd4ae23f7fc2d33a5522859b326a7..ad48c4b1f44991c2ea95c9e809f94ccd27c27c86 100644
--- a/testing/testing_zgelqs.c
+++ b/testing/testing_zgelqs.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgelqs testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c
index 0b36dd3f6cc28ea7c76e8e680fc1c9c8c5b4fdda..39508f273a9a53161cf4c30145eaaf75c481be9e 100644
--- a/testing/testing_zgels.c
+++ b/testing/testing_zgels.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zgels testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgels_hqr.c b/testing/testing_zgels_hqr.c
index d008ef2a282d616f7022b3c4e4044fb0fb692790..af73ecf421758c616b91d903196e59e766e38f32 100644
--- a/testing/testing_zgels_hqr.c
+++ b/testing/testing_zgels_hqr.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zgels_hqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgemm.c b/testing/testing_zgemm.c
index 6aa09100189939e4da43d848c4b2abafc1f13070..9c63dab977e677fa2628b5b2d8358a3e921055a4 100644
--- a/testing/testing_zgemm.c
+++ b/testing/testing_zgemm.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zgemm testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-11
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgenm2.c b/testing/testing_zgenm2.c
index ea071a60316a1f8bb5539c95600deab0c22cbe20..077f4499be63f750d85d43ef1187dfb0bfc706ba 100644
--- a/testing/testing_zgenm2.c
+++ b/testing/testing_zgenm2.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgenm2 testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgepdf_qdwh.c b/testing/testing_zgepdf_qdwh.c
index fcf0c72eaca6998bcfbf746ea43e824985117b9a..3306b5575a515e06036982b5a724ec315a9f5537 100644
--- a/testing/testing_zgepdf_qdwh.c
+++ b/testing/testing_zgepdf_qdwh.c
@@ -10,10 +10,10 @@
  *
  * @brief Chameleon zgepdf_qdwh testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Hatem Ltaief
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgepdf_qr.c b/testing/testing_zgepdf_qr.c
index ceb00a0d3014fc80ebd87bcb4b17df6322c928bc..dc0e1655699f37eacadcbe5461cb1e56db602970 100644
--- a/testing/testing_zgepdf_qr.c
+++ b/testing/testing_zgepdf_qr.c
@@ -10,10 +10,10 @@
  *
  * @brief Chameleon zgepdf_qr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Mathieu Faverge
  * @author Hatem Ltaief
- * @date 2020-12-01
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgeqrf.c b/testing/testing_zgeqrf.c
index e906e9d42b551b00fd68882367bf67d086f3404a..70b03c94aef1150eadec542c3787929cdc86a778 100644
--- a/testing/testing_zgeqrf.c
+++ b/testing/testing_zgeqrf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgeqrf testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgeqrf_hqr.c b/testing/testing_zgeqrf_hqr.c
index 946b9858b62d1ff48959ca4150fd684bb723993c..183776e3163c0cbc3ea84658b7dab57e46fc7bb7 100644
--- a/testing/testing_zgeqrf_hqr.c
+++ b/testing/testing_zgeqrf_hqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgeqrf_hqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgeqrs.c b/testing/testing_zgeqrs.c
index 98dd1934ef009ffe4b999e8a27033eff7008f976..9f65fc966120fd49d037f9c1b566e3ef26921dbf 100644
--- a/testing/testing_zgeqrs.c
+++ b/testing/testing_zgeqrs.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgeqrs testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgesv.c b/testing/testing_zgesv.c
index 814ca5b1f53d84bf2f2aaead56b1bcb34a6017b9..704436c5c777d6226153cb5170c0226199bbd5e6 100644
--- a/testing/testing_zgesv.c
+++ b/testing/testing_zgesv.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgesv testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgetrf.c b/testing/testing_zgetrf.c
index 8611e081468038f122d2ade54a20c9b716d4d02c..62916180d6829fefc635ddb3d6d9d6f74949f592 100644
--- a/testing/testing_zgetrf.c
+++ b/testing/testing_zgetrf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgetrf testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgetrs.c b/testing/testing_zgetrs.c
index 31259ffb89630c54dacff7beae35bc6ffafe26f2..f60483c3a602ff2ad0664b0b759f06596d0935ca 100644
--- a/testing/testing_zgetrs.c
+++ b/testing/testing_zgetrs.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zgetrs testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgram.c b/testing/testing_zgram.c
index 3a2bd5f3a64f43c483d5e259165dfe45c18ebdc0..c36ef5dd02cdef6732982c137e0730e50d5ec12f 100644
--- a/testing/testing_zgram.c
+++ b/testing/testing_zgram.c
@@ -9,9 +9,9 @@
  *
  * @brief Chameleon zgram testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Florent Pruvost
- * @date 2021-05-10
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zhemm.c b/testing/testing_zhemm.c
index 3fd659ffbf22e87381233e49cbe708678cad02ce..90c61d6bc69326792eee3cce7b644aed6fda2c3a 100644
--- a/testing/testing_zhemm.c
+++ b/testing/testing_zhemm.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zhemm testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_zher2k.c b/testing/testing_zher2k.c
index 3cde6694aa05b9fdc93f8ab3d8c26bddcebbeb5f..ab6baa909a5cfd425e7d9e6a9f4da4f22ed72eca 100644
--- a/testing/testing_zher2k.c
+++ b/testing/testing_zher2k.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zher2k testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> z c
  *
  */
diff --git a/testing/testing_zherk.c b/testing/testing_zherk.c
index 7cc8dbe298c16c40e599c30940ab389ecad17559..62ad2fc0923c5974265be77ba9e892946441632f 100644
--- a/testing/testing_zherk.c
+++ b/testing/testing_zherk.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zherk testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> z c
  *
  */
diff --git a/testing/testing_zlacpy.c b/testing/testing_zlacpy.c
index 1fa60ee96333c91e1dc0c437e46f80a6a03acdd3..d92b374045f137c80ba44ab944480206b29d42d0 100644
--- a/testing/testing_zlacpy.c
+++ b/testing/testing_zlacpy.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlacpy testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zlange.c b/testing/testing_zlange.c
index 16906f8422fbfb89dd9f9763e5529f10e6b8fd82..d1b081ed946520fed46a0420d2a4e0e6d589d73c 100644
--- a/testing/testing_zlange.c
+++ b/testing/testing_zlange.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zlange testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-07
+ * @date 2022-02-14
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zlanhe.c b/testing/testing_zlanhe.c
index bc714cb6aae835053ebcc956fe0b23c827216df7..a61bdede4b399f2e5dd707cfab620bc9756689b6 100644
--- a/testing/testing_zlanhe.c
+++ b/testing/testing_zlanhe.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zlanhe testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-07
+ * @date 2022-02-14
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_zlansy.c b/testing/testing_zlansy.c
index 572cbdb55ba7f73d5c30fff583925df979561064..b671087617638a93bc1e4a8905d6935f1bcc1c74 100644
--- a/testing/testing_zlansy.c
+++ b/testing/testing_zlansy.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zlansy testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-07
+ * @date 2022-02-14
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zlantr.c b/testing/testing_zlantr.c
index a34a841ed2b1461c82dd96e2fc427ff5c6f29ee4..60ad3248daca8e170c7f7c047341c264b13ab22b 100644
--- a/testing/testing_zlantr.c
+++ b/testing/testing_zlantr.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zlantr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-07
+ * @date 2022-02-14
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zlascal.c b/testing/testing_zlascal.c
index 165f0a5e589dbb97ee5f94df519615fc6ae0d1b0..ce56b5b942bfae26f5790bbe69a08ac7cab3ec1b 100644
--- a/testing/testing_zlascal.c
+++ b/testing/testing_zlascal.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlascal testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zlauum.c b/testing/testing_zlauum.c
index 82cff68d1142a8302f21ccd0946687a6fcd36273..d35512a5dd14277c53c49a083c0a57d187aeeb8b 100644
--- a/testing/testing_zlauum.c
+++ b/testing/testing_zlauum.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zlauum testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zplrnk.c b/testing/testing_zplrnk.c
index b23030e6da707c55abb4d73494e223262aacf029..37d2f535ecd4333e582032e185c0b72c60718b10 100644
--- a/testing/testing_zplrnk.c
+++ b/testing/testing_zplrnk.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zplrnk testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zpoinv.c b/testing/testing_zpoinv.c
index e6fcd3f3ed6e37babcdd0412dc778eadfa26755a..1f6f0eb4bb94f365ea54dea7c5726237778a44cc 100644
--- a/testing/testing_zpoinv.c
+++ b/testing/testing_zpoinv.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zpoinv testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-07
+ * @date 2022-02-14
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zposv.c b/testing/testing_zposv.c
index f193f45f28beb96fa278fb0ef6b8b9f6355116de..7eacadce30abba823908c5801087382676cb3253 100644
--- a/testing/testing_zposv.c
+++ b/testing/testing_zposv.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zposv testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2022-02-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zpotrf.c b/testing/testing_zpotrf.c
index b39dbcdccc8ce5a25f7d56c0f5bba2e059c6f3aa..b07ae0c079af9a2fa5c4c31399fee26ab5865b1d 100644
--- a/testing/testing_zpotrf.c
+++ b/testing/testing_zpotrf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zpotrf testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zpotri.c b/testing/testing_zpotri.c
index 4488cce07a38cda5a56e8251f8b5fb21594dbbe4..863b290b1bf042e741a2555400dde46f9a85f024 100644
--- a/testing/testing_zpotri.c
+++ b/testing/testing_zpotri.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zpotri testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-07
+ * @date 2022-02-14
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zpotrs.c b/testing/testing_zpotrs.c
index 2130c207985dc0dce635574da38c16fba460762f..26cc02419761a46ece0465f3cb7f526bb0746862 100644
--- a/testing/testing_zpotrs.c
+++ b/testing/testing_zpotrs.c
@@ -9,11 +9,11 @@
  *
  * @brief Chameleon zpotrs testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-07
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zprint.c b/testing/testing_zprint.c
index 40e951107abb429cf59879fd3150c34ac6bedc68..d5e58a6d5642463968f4eb60f017f7dfe0907c47 100644
--- a/testing/testing_zprint.c
+++ b/testing/testing_zprint.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zprint testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zsymm.c b/testing/testing_zsymm.c
index 5e2bb66ce1162f28b10c9029d1d607088dacd256..4acb798037c3a2a4ba331a70edddd510f6791f48 100644
--- a/testing/testing_zsymm.c
+++ b/testing/testing_zsymm.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zsymm testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
index 4a30d91154ccc419c147844ba8e00cb2e8a389ae..fd75192357ffbe20091d51c9871fbaf720bd84cd 100644
--- a/testing/testing_zsyr2k.c
+++ b/testing/testing_zsyr2k.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zsyr2k testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> z c d s
  *
  */
diff --git a/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
index ccf584bbe131ccde677fe2f30e2f6d10bf5b3e5d..2b2b4ec151c5b97f6b8d7b837fdcc267a13fedd9 100644
--- a/testing/testing_zsyrk.c
+++ b/testing/testing_zsyrk.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon zsyrk testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> z c d s
  *
  */
diff --git a/testing/testing_zsysv.c b/testing/testing_zsysv.c
index a1e56fb7a584a9630e78b60dccd7909b1ba5ab19..ae4acdfd6ed358985c82b01880f364e812bcd1bf 100644
--- a/testing/testing_zsysv.c
+++ b/testing/testing_zsysv.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zsysv testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_zsytrf.c b/testing/testing_zsytrf.c
index 38c65cb903df8de92d7c9e16ab123ead4c636920..094f1a7ae5228efd15e1d79d112be6a7eb8ddb87 100644
--- a/testing/testing_zsytrf.c
+++ b/testing/testing_zsytrf.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zsytrf testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_zsytrs.c b/testing/testing_zsytrs.c
index 142e6604cbfee5cf63a56e430b235636876eb69a..96e1b85a15e0c1531490ff3ef80c29a5739decec 100644
--- a/testing/testing_zsytrs.c
+++ b/testing/testing_zsytrs.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zsytrs testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_ztradd.c b/testing/testing_ztradd.c
index 4b5860baa8cec8c6f753bd311f1019f8c4f2edbb..dd12ee627ed84ba1f6c0003e3f197f2be59841d8 100644
--- a/testing/testing_ztradd.c
+++ b/testing/testing_ztradd.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztradd testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
index 3cc1506d6613c3e21507d8fcb8728bd8267b7031..8eeb605c1b472ae8c4acd7c702fc82120c80448e 100644
--- a/testing/testing_ztrmm.c
+++ b/testing/testing_ztrmm.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon ztrmm testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
index fb683176a07f0bb56866c133a9f6d8f0ead681fe..62301de4e9727c1e857b0e4ccd4ffdf55ba5f7c4 100644
--- a/testing/testing_ztrsm.c
+++ b/testing/testing_ztrsm.c
@@ -9,12 +9,12 @@
  *
  * @brief Chameleon ztrsm testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-04
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_ztrtri.c b/testing/testing_ztrtri.c
index b5e21ccbee0b51da40e3e2446e85f81b955b47c2..64d82b58f3a9b27224af2f9dd1153852a0e7a515 100644
--- a/testing/testing_ztrtri.c
+++ b/testing/testing_ztrtri.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon ztrtri testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zunglq.c b/testing/testing_zunglq.c
index 318f629e51afa7491cbdb1beca0f2fbd07dba2e6..619c63cdbfb6534db5a17c58cd64b5fbf14fa896 100644
--- a/testing/testing_zunglq.c
+++ b/testing/testing_zunglq.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunglq testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zunglq_hqr.c b/testing/testing_zunglq_hqr.c
index d55ae559fcd8b028e2664126828dd1245c46c624..ba0f1f57a164fcfc2e5fdd94a222ac1c83f4a10e 100644
--- a/testing/testing_zunglq_hqr.c
+++ b/testing/testing_zunglq_hqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunglq_hqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zungqr.c b/testing/testing_zungqr.c
index d66d4811240042398c074c112c00ce61046b8ad8..6be5819658a6fc81a28d8f91df4465d10580487b 100644
--- a/testing/testing_zungqr.c
+++ b/testing/testing_zungqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zungqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zungqr_hqr.c b/testing/testing_zungqr_hqr.c
index 282fa5593c5b7b6ce67e2d24ccc8c732af2f0453..ac48821eb2f9d1b3e3eb8ca2fccd9c9da91e4ac3 100644
--- a/testing/testing_zungqr_hqr.c
+++ b/testing/testing_zungqr_hqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zungqr_hqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zunmlq.c b/testing/testing_zunmlq.c
index 6c9ba2486a9b631fdc34f5bd68aa41811536a451..d1194abf8f2e699b8c2a331fde01fe545abfb11b 100644
--- a/testing/testing_zunmlq.c
+++ b/testing/testing_zunmlq.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunmlq testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zunmlq_hqr.c b/testing/testing_zunmlq_hqr.c
index 7c32ab4039713fb02a2f252941c945997d429fad..b0356e14220290800cf1be2cdb88a381389b0ba6 100644
--- a/testing/testing_zunmlq_hqr.c
+++ b/testing/testing_zunmlq_hqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunmlq_hqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zunmqr.c b/testing/testing_zunmqr.c
index 51351e4b1ab4bb5829f9245edbd4e4553e479355..d09ec2da3b23e18d7d274ca3df76ef3d7b9070b1 100644
--- a/testing/testing_zunmqr.c
+++ b/testing/testing_zunmqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunmqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zunmqr_hqr.c b/testing/testing_zunmqr_hqr.c
index aef55f0edc9e35610b7806e3b5d8c6a3da75c858..fa0f200d590379a0016b750ecff2cbb568ba80b6 100644
--- a/testing/testing_zunmqr_hqr.c
+++ b/testing/testing_zunmqr_hqr.c
@@ -9,10 +9,10 @@
  *
  * @brief Chameleon zunmqr_hqr testing
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-11-19
+ * @date 2022-02-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testings.h b/testing/testings.h
index 402b30b7eaa50e13a205251954eb2b97eeb4c55b..9482d988611c20b19449d4e6a95e458a6bc8dc8e 100644
--- a/testing/testings.h
+++ b/testing/testings.h
@@ -8,10 +8,10 @@
  *
  * @brief Chameleon auxiliary routines for testing structures
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-03-11
+ * @date 2022-02-22
  *
  */
 #ifndef _testings_h_
diff --git a/testing/values.c b/testing/values.c
index edce7523c712219b8abafd3bf1485b2ab760f169..0a1b7db8d142fde1b3bd7a6d96737a81a9921a68 100644
--- a/testing/values.c
+++ b/testing/values.c
@@ -8,10 +8,10 @@
  *
  * @brief Chameleon testing values toutine to read/print the parameters
  *
- * @version 1.1.0
+ * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
- * @date 2020-03-03
+ * @date 2022-02-22
  *
  */
 #include "testings.h"
diff --git a/tools/analysis.sh b/tools/analysis.sh
index 1836dba70ce4a6ee2bf9e113c5933da7b00f9059..379a7ac369bcd582c823c16baeb0914e6a29dcb7 100755
--- a/tools/analysis.sh
+++ b/tools/analysis.sh
@@ -5,10 +5,10 @@
 #  @copyright 2013-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2021-04-20
+#  @date 2022-02-22
 #
 ###
 
diff --git a/tools/bench/chameleon_guix.sh b/tools/bench/chameleon_guix.sh
index a81448afe2af7592e8cfa57df152fd27f5a5141a..d6332046cae14b7c1d6e45062d39d07171198708 100755
--- a/tools/bench/chameleon_guix.sh
+++ b/tools/bench/chameleon_guix.sh
@@ -5,9 +5,9 @@
 #  @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2021-04-20
+#  @date 2022-02-22
 #
 ###
 set -x
diff --git a/tools/bench/jube/GenFigures.R b/tools/bench/jube/GenFigures.R
index 082f53673ab39e1f91abf3e5960f270aa770fe6a..4dbcfbffc42697c5a4ea86b39a51c45b196d9818 100644
--- a/tools/bench/jube/GenFigures.R
+++ b/tools/bench/jube/GenFigures.R
@@ -4,9 +4,9 @@
 ##  @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 ##                       Univ. Bordeaux. All rights reserved.
 ##
-##  @version 1.1.0
+##  @version 1.2.0
 ##  @author Mathieu Faverge
-##  @date 2021-04-20
+##  @date 2022-02-22
 ##
 ####
 library(ggplot2)
diff --git a/tools/bench/jube/add_result.py b/tools/bench/jube/add_result.py
index fbfc5de0d64dbbd4d9f69da7a12851c38f326659..7dec0e373beee9bc8fa053cbc35651c5de47b2f3 100755
--- a/tools/bench/jube/add_result.py
+++ b/tools/bench/jube/add_result.py
@@ -5,9 +5,9 @@
 # @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 1.0.0
+# @version 1.2.0
 # @author Florent Pruvost
-# @date 2020-03-03
+# @date 2022-02-22
 #
 from typing import Any, Dict, List, Union
 from copy import deepcopy
diff --git a/tools/bench/jube/get_result.py b/tools/bench/jube/get_result.py
index d8c678e6a57b85f0750e6e9c3cac3dbda7be9afa..9386fd4b3522c177d92648f394c9d7b0724a3c18 100755
--- a/tools/bench/jube/get_result.py
+++ b/tools/bench/jube/get_result.py
@@ -5,9 +5,9 @@
 # @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 1.0.0
+# @version 1.2.0
 # @author Florent Pruvost
-# @date 2020-03-03
+# @date 2022-02-22
 #
 import pandas
 import click
diff --git a/tools/bench/plafrim/run.sh b/tools/bench/plafrim/run.sh
index 7b6cec18a81fae36208d61a96a1b2790ff4b858a..69b2df230f7ba0eaff4cd2275a7a83845991abcd 100755
--- a/tools/bench/plafrim/run.sh
+++ b/tools/bench/plafrim/run.sh
@@ -5,9 +5,9 @@
 # @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 1.0.0
+# @version 1.2.0
 # @author Florent Pruvost
-# @date 2020-03-03
+# @date 2022-02-22
 #
 echo "######################### Chameleon benchmarks #########################"
 
diff --git a/tools/bench/plafrim/slurm.sh b/tools/bench/plafrim/slurm.sh
index 47e80daaa437c51a257abf1ec4d6777416506682..46978abc49805755ea4a87c2faad81b7e6ddcf85 100755
--- a/tools/bench/plafrim/slurm.sh
+++ b/tools/bench/plafrim/slurm.sh
@@ -5,9 +5,9 @@
 # @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 1.0.0
+# @version 1.2.0
 # @author Florent Pruvost
-# @date 2020-03-03
+# @date 2022-02-22
 #
 echo "######################### Chameleon benchmarks #########################"
 
diff --git a/tools/build_macosx.sh b/tools/build_macosx.sh
index 0ee6f93a8a4f6cc71e27b0d19d8a97ae1967df42..82f364866172fda41ef85b6cb989c92f214f1f0d 100755
--- a/tools/build_macosx.sh
+++ b/tools/build_macosx.sh
@@ -5,9 +5,9 @@
 # @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 1.0.0
+# @version 1.2.0
 # @author Florent Pruvost
-# @date 2020-03-03
+# @date 2022-02-22
 #
 
 # setup openblas
diff --git a/tools/check_header.sh b/tools/check_header.sh
index 3c1aa78056f2942f8e8a554cc2473a2e0881730d..f2e56cf7715e7d2f464b352a16042a0317eb28ef 100755
--- a/tools/check_header.sh
+++ b/tools/check_header.sh
@@ -4,10 +4,10 @@
 #  @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2021-04-20
+#  @date 2022-02-22
 #
 # This script check that basic informations is present and correct in
 # headers of source files.
diff --git a/tools/coverage.sh b/tools/coverage.sh
index 1ff9ba880b15243dd57cbbd95f4a4d6d39d2c6e7..411241f217172e6585e724ea63d27ac5ba95445f 100755
--- a/tools/coverage.sh
+++ b/tools/coverage.sh
@@ -5,9 +5,9 @@
 #  @copyright 2013-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Mathieu Faverge
-#  @date 2022-02-08
+#  @date 2022-02-09
 #
 ###
 #
diff --git a/tools/find_sources.sh b/tools/find_sources.sh
index 1319635a14ba396a273fbb6ee8372a15244e2d0e..16399025253242f799ae5f3996ceb71f479fd9bf 100755
--- a/tools/find_sources.sh
+++ b/tools/find_sources.sh
@@ -5,10 +5,10 @@
 # @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 1.0.0
+# @version 1.2.0
 # @author Mathieu Faverge
 # @author Florent Pruvost
-# @date 2020-03-03
+# @date 2022-02-22
 #
 #set -x
 
diff --git a/tools/fix_doxygen_date.sh b/tools/fix_doxygen_date.sh
index 6aa687579049133f7cc4f8c7224911c3b0bbb3e6..4092a2f6f2c90b2560bcab6d5ffe2ff19f55f623 100755
--- a/tools/fix_doxygen_date.sh
+++ b/tools/fix_doxygen_date.sh
@@ -4,9 +4,9 @@
 #  @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
-#  @date 2020-03-03
+#  @date 2022-02-22
 #
 # This script fix the date doxygen markup.
 #
diff --git a/tools/pages.sh b/tools/pages.sh
index 1ef29cc1abca3cf17398f4f4eaedb082515278a1..e16f6a0f12921c80f8f03a535dc31f65ced3a669 100755
--- a/tools/pages.sh
+++ b/tools/pages.sh
@@ -5,9 +5,9 @@
 # @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 1.0.0
+# @version 1.2.0
 # @author Florent Pruvost
-# @date 2020-03-03
+# @date 2022-02-22
 #
 CHAMELEON_SRC_DIR=${CHAMELEON_SRC_DIR:-$PWD}
 
diff --git a/tools/release.sh b/tools/release.sh
index 0de18218709ad484f10d70088396b17dffab4821..94dec59aa5d3faee832297c4f29cb2a5184f1b1c 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -7,10 +7,10 @@
 #
 #  @brief Script to generate the release when pushing a branch and tag of the same name
 #
-#  @version 1.1.0
+#  @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
-#  @date 2021-04-20
+#  @date 2022-02-22
 #
 ###