From fff99f3b82d4d8e08264d6ba1f272accd26742bc Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 22 Feb 2022 15:31:02 +0100
Subject: [PATCH] Upgrade the version number to make the distinction between
 the release files, and the files from the master

---
 CMakeLists.txt                                    | 6 +++---
 cmake_modules/GenPkgConfig.cmake                  | 4 ++--
 cmake_modules/PrintOpts.cmake                     | 4 ++--
 cmake_modules/local_subs.py                       | 4 ++--
 compute/CMakeLists.txt                            | 4 ++--
 compute/map.c                                     | 4 ++--
 compute/pmap.c                                    | 4 ++--
 compute/pzbuild.c                                 | 4 ++--
 compute/pzcesca.c                                 | 4 ++--
 compute/pzgebrd_ge2gb.c                           | 4 ++--
 compute/pzgelqf.c                                 | 4 ++--
 compute/pzgelqf_param.c                           | 4 ++--
 compute/pzgelqfrh.c                               | 4 ++--
 compute/pzgemm.c                                  | 4 ++--
 compute/pzgenm2.c                                 | 4 ++--
 compute/pzgepdf_qdwh.c                            | 4 ++--
 compute/pzgepdf_qr.c                              | 4 ++--
 compute/pzgeqrf.c                                 | 4 ++--
 compute/pzgeqrf_param.c                           | 4 ++--
 compute/pzgeqrfrh.c                               | 4 ++--
 compute/pzgetrf_incpiv.c                          | 4 ++--
 compute/pzgetrf_nopiv.c                           | 4 ++--
 compute/pzgram.c                                  | 4 ++--
 compute/pzhemm.c                                  | 4 ++--
 compute/pzher2k.c                                 | 4 ++--
 compute/pzherk.c                                  | 4 ++--
 compute/pzhetrd_he2hb.c                           | 4 ++--
 compute/pzlacpy.c                                 | 4 ++--
 compute/pzlag2c.c                                 | 4 ++--
 compute/pzlange.c                                 | 4 ++--
 compute/pzlansy.c                                 | 4 ++--
 compute/pzlascal.c                                | 4 ++--
 compute/pzlaset.c                                 | 4 ++--
 compute/pzlaset2.c                                | 4 ++--
 compute/pzlatms.c                                 | 4 ++--
 compute/pzlauum.c                                 | 4 ++--
 compute/pzplghe.c                                 | 4 ++--
 compute/pzplgsy.c                                 | 4 ++--
 compute/pzplrnk.c                                 | 4 ++--
 compute/pzplrnt.c                                 | 4 ++--
 compute/pzpotrf.c                                 | 4 ++--
 compute/pzpotrimm.c                               | 4 ++--
 compute/pzsymm.c                                  | 4 ++--
 compute/pzsyr2k.c                                 | 4 ++--
 compute/pzsyrk.c                                  | 4 ++--
 compute/pzsytrf.c                                 | 4 ++--
 compute/pztile2band.c                             | 4 ++--
 compute/pztpgqrt.c                                | 4 ++--
 compute/pztpgqrt_param.c                          | 4 ++--
 compute/pztpqrt.c                                 | 4 ++--
 compute/pztpqrt_param.c                           | 4 ++--
 compute/pztradd.c                                 | 4 ++--
 compute/pztrmm.c                                  | 4 ++--
 compute/pztrsm.c                                  | 4 ++--
 compute/pztrsmpl.c                                | 4 ++--
 compute/pztrtri.c                                 | 4 ++--
 compute/pzunglq.c                                 | 4 ++--
 compute/pzunglq_param.c                           | 4 ++--
 compute/pzunglqrh.c                               | 4 ++--
 compute/pzungqr.c                                 | 4 ++--
 compute/pzungqr_param.c                           | 4 ++--
 compute/pzungqrrh.c                               | 4 ++--
 compute/pzunmlq.c                                 | 4 ++--
 compute/pzunmlq_param.c                           | 4 ++--
 compute/pzunmlqrh.c                               | 4 ++--
 compute/pzunmqr.c                                 | 4 ++--
 compute/pzunmqr_param.c                           | 4 ++--
 compute/pzunmqrrh.c                               | 4 ++--
 compute/zbuild.c                                  | 4 ++--
 compute/zcesca.c                                  | 4 ++--
 compute/zgeadd.c                                  | 4 ++--
 compute/zgelqf.c                                  | 4 ++--
 compute/zgelqf_param.c                            | 4 ++--
 compute/zgelqs.c                                  | 4 ++--
 compute/zgelqs_param.c                            | 4 ++--
 compute/zgels.c                                   | 4 ++--
 compute/zgels_param.c                             | 4 ++--
 compute/zgemm.c                                   | 4 ++--
 compute/zgenm2.c                                  | 4 ++--
 compute/zgepdf_qdwh.c                             | 4 ++--
 compute/zgepdf_qr.c                               | 4 ++--
 compute/zgeqrf.c                                  | 4 ++--
 compute/zgeqrf_param.c                            | 4 ++--
 compute/zgeqrs.c                                  | 4 ++--
 compute/zgeqrs_param.c                            | 4 ++--
 compute/zgesv_incpiv.c                            | 4 ++--
 compute/zgesv_nopiv.c                             | 4 ++--
 compute/zgesvd.c                                  | 4 ++--
 compute/zgetrf_incpiv.c                           | 4 ++--
 compute/zgetrf_nopiv.c                            | 4 ++--
 compute/zgetrs_incpiv.c                           | 4 ++--
 compute/zgetrs_nopiv.c                            | 4 ++--
 compute/zgram.c                                   | 4 ++--
 compute/zheevd.c                                  | 4 ++--
 compute/zhemm.c                                   | 4 ++--
 compute/zher2k.c                                  | 4 ++--
 compute/zherk.c                                   | 4 ++--
 compute/zhetrd.c                                  | 4 ++--
 compute/zlacpy.c                                  | 4 ++--
 compute/zlange.c                                  | 4 ++--
 compute/zlanhe.c                                  | 4 ++--
 compute/zlansy.c                                  | 4 ++--
 compute/zlantr.c                                  | 4 ++--
 compute/zlascal.c                                 | 4 ++--
 compute/zlaset.c                                  | 4 ++--
 compute/zlatms.c                                  | 4 ++--
 compute/zlauum.c                                  | 4 ++--
 compute/zplghe.c                                  | 4 ++--
 compute/zplgsy.c                                  | 4 ++--
 compute/zplrnk.c                                  | 4 ++--
 compute/zplrnt.c                                  | 4 ++--
 compute/zpoinv.c                                  | 4 ++--
 compute/zposv.c                                   | 4 ++--
 compute/zpotrf.c                                  | 4 ++--
 compute/zpotri.c                                  | 4 ++--
 compute/zpotrimm.c                                | 4 ++--
 compute/zpotrs.c                                  | 4 ++--
 compute/zsymm.c                                   | 4 ++--
 compute/zsyr2k.c                                  | 4 ++--
 compute/zsyrk.c                                   | 4 ++--
 compute/zsysv.c                                   | 4 ++--
 compute/zsytrf.c                                  | 4 ++--
 compute/zsytrs.c                                  | 4 ++--
 compute/ztile.c                                   | 4 ++--
 compute/ztpgqrt.c                                 | 4 ++--
 compute/ztpqrt.c                                  | 4 ++--
 compute/ztradd.c                                  | 4 ++--
 compute/ztrmm.c                                   | 4 ++--
 compute/ztrsm.c                                   | 4 ++--
 compute/ztrsmpl.c                                 | 4 ++--
 compute/ztrtri.c                                  | 4 ++--
 compute/zunglq.c                                  | 4 ++--
 compute/zunglq_param.c                            | 4 ++--
 compute/zungqr.c                                  | 4 ++--
 compute/zungqr_param.c                            | 4 ++--
 compute/zunmlq.c                                  | 4 ++--
 compute/zunmlq_param.c                            | 4 ++--
 compute/zunmqr.c                                  | 4 ++--
 compute/zunmqr_param.c                            | 4 ++--
 control/CMakeLists.txt                            | 4 ++--
 control/async.c                                   | 4 ++--
 control/async.h                                   | 4 ++--
 control/auxiliary.c                               | 4 ++--
 control/auxiliary.h                               | 4 ++--
 control/chameleon_f77.c                           | 4 ++--
 control/chameleon_f77.h                           | 4 ++--
 control/chameleon_f90.f90                         | 4 ++--
 control/chameleon_mf77.c                          | 4 ++--
 control/chameleon_zcf90.F90                       | 4 ++--
 control/chameleon_zf77.c                          | 4 ++--
 control/chameleon_zf90.F90                        | 4 ++--
 control/chameleon_zf90_wrappers.F90               | 4 ++--
 control/common.h                                  | 4 ++--
 control/compute_z.h                               | 4 ++--
 control/context.c                                 | 4 ++--
 control/context.h                                 | 4 ++--
 control/control.c                                 | 4 ++--
 control/descriptor.c                              | 4 ++--
 control/descriptor.h                              | 4 ++--
 control/descriptor_rec.c                          | 4 ++--
 control/gkkleader.h                               | 4 ++--
 control/global.h                                  | 4 ++--
 control/primes.h                                  | 4 ++--
 control/tile.c                                    | 4 ++--
 control/workspace.c                               | 4 ++--
 control/workspace.h                               | 4 ++--
 control/workspace_z.c                             | 4 ++--
 coreblas/CMakeLists.txt                           | 4 ++--
 coreblas/compute/CMakeLists.txt                   | 4 ++--
 coreblas/compute/core_dlag2z.c                    | 4 ++--
 coreblas/compute/core_dzasum.c                    | 4 ++--
 coreblas/compute/core_zaxpy.c                     | 4 ++--
 coreblas/compute/core_zcesca.c                    | 4 ++--
 coreblas/compute/core_zgeadd.c                    | 4 ++--
 coreblas/compute/core_zgelqt.c                    | 4 ++--
 coreblas/compute/core_zgemm.c                     | 4 ++--
 coreblas/compute/core_zgemv.c                     | 4 ++--
 coreblas/compute/core_zgeqrt.c                    | 4 ++--
 coreblas/compute/core_zgesplit.c                  | 4 ++--
 coreblas/compute/core_zgessm.c                    | 4 ++--
 coreblas/compute/core_zgessq.c                    | 4 ++--
 coreblas/compute/core_zgesum.c                    | 4 ++--
 coreblas/compute/core_zgetf2_nopiv.c              | 4 ++--
 coreblas/compute/core_zgetrf.c                    | 4 ++--
 coreblas/compute/core_zgetrf_incpiv.c             | 4 ++--
 coreblas/compute/core_zgetrf_nopiv.c              | 4 ++--
 coreblas/compute/core_zgram.c                     | 4 ++--
 coreblas/compute/core_zhe2ge.c                    | 4 ++--
 coreblas/compute/core_zhemm.c                     | 4 ++--
 coreblas/compute/core_zher2k.c                    | 4 ++--
 coreblas/compute/core_zherfb.c                    | 4 ++--
 coreblas/compute/core_zherk.c                     | 4 ++--
 coreblas/compute/core_zhessq.c                    | 4 ++--
 coreblas/compute/core_zlacpy.c                    | 4 ++--
 coreblas/compute/core_zlag2c.c                    | 4 ++--
 coreblas/compute/core_zlange.c                    | 4 ++--
 coreblas/compute/core_zlanhe.c                    | 4 ++--
 coreblas/compute/core_zlansy.c                    | 4 ++--
 coreblas/compute/core_zlantr.c                    | 4 ++--
 coreblas/compute/core_zlascal.c                   | 4 ++--
 coreblas/compute/core_zlaset.c                    | 4 ++--
 coreblas/compute/core_zlaset2.c                   | 4 ++--
 coreblas/compute/core_zlatm1.c                    | 4 ++--
 coreblas/compute/core_zlatro.c                    | 4 ++--
 coreblas/compute/core_zlauum.c                    | 4 ++--
 coreblas/compute/core_zpamm.c                     | 4 ++--
 coreblas/compute/core_zparfb.c                    | 4 ++--
 coreblas/compute/core_zpemv.c                     | 4 ++--
 coreblas/compute/core_zplghe.c                    | 4 ++--
 coreblas/compute/core_zplgsy.c                    | 4 ++--
 coreblas/compute/core_zplrnt.c                    | 4 ++--
 coreblas/compute/core_zplssq.c                    | 4 ++--
 coreblas/compute/core_zpotrf.c                    | 4 ++--
 coreblas/compute/core_zssssm.c                    | 4 ++--
 coreblas/compute/core_zsymm.c                     | 4 ++--
 coreblas/compute/core_zsyr2k.c                    | 4 ++--
 coreblas/compute/core_zsyrk.c                     | 4 ++--
 coreblas/compute/core_zsyssq.c                    | 4 ++--
 coreblas/compute/core_zsytf2_nopiv.c              | 4 ++--
 coreblas/compute/core_ztile.c                     | 4 ++--
 coreblas/compute/core_ztile_empty.c               | 4 ++--
 coreblas/compute/core_ztplqt.c                    | 4 ++--
 coreblas/compute/core_ztpmlqt.c                   | 4 ++--
 coreblas/compute/core_ztpmqrt.c                   | 4 ++--
 coreblas/compute/core_ztpqrt.c                    | 4 ++--
 coreblas/compute/core_ztradd.c                    | 4 ++--
 coreblas/compute/core_ztrasm.c                    | 4 ++--
 coreblas/compute/core_ztrmm.c                     | 4 ++--
 coreblas/compute/core_ztrsm.c                     | 4 ++--
 coreblas/compute/core_ztrssq.c                    | 4 ++--
 coreblas/compute/core_ztrtri.c                    | 4 ++--
 coreblas/compute/core_ztslqt.c                    | 4 ++--
 coreblas/compute/core_ztsmlq.c                    | 4 ++--
 coreblas/compute/core_ztsmlq_hetra1.c             | 4 ++--
 coreblas/compute/core_ztsmqr.c                    | 4 ++--
 coreblas/compute/core_ztsmqr_hetra1.c             | 4 ++--
 coreblas/compute/core_ztsqrt.c                    | 4 ++--
 coreblas/compute/core_ztstrf.c                    | 4 ++--
 coreblas/compute/core_zttlqt.c                    | 4 ++--
 coreblas/compute/core_zttmlq.c                    | 4 ++--
 coreblas/compute/core_zttmqr.c                    | 4 ++--
 coreblas/compute/core_zttqrt.c                    | 4 ++--
 coreblas/compute/core_zunmlq.c                    | 4 ++--
 coreblas/compute/core_zunmqr.c                    | 4 ++--
 coreblas/compute/global.c                         | 4 ++--
 coreblas/compute/hmat_z.c                         | 4 ++--
 coreblas/eztrace_module/CMakeLists.txt            | 4 ++--
 coreblas/include/CMakeLists.txt                   | 4 ++--
 coreblas/include/coreblas.h                       | 4 ++--
 coreblas/include/coreblas/cblas.h                 | 4 ++--
 coreblas/include/coreblas/coreblas_z.h            | 4 ++--
 coreblas/include/coreblas/coreblas_zc.h           | 4 ++--
 coreblas/include/coreblas/coreblas_ztile.h        | 4 ++--
 coreblas/include/coreblas/hmat.h                  | 4 ++--
 coreblas/include/coreblas/hmat_z.h                | 4 ++--
 coreblas/include/coreblas/lapacke_config.h        | 2 +-
 coreblas/include/coreblas/lapacke_mangling.h      | 2 +-
 coreblas/include/coreblas/random.h                | 4 ++--
 coreblas/include/coreblas/sumsq_update.h          | 4 ++--
 cudablas/CMakeLists.txt                           | 4 ++--
 cudablas/compute/CMakeLists.txt                   | 4 ++--
 cudablas/compute/cuda_zgeadd.c                    | 4 ++--
 cudablas/compute/cuda_zgelqt.c                    | 4 ++--
 cudablas/compute/cuda_zgemerge.c                  | 4 ++--
 cudablas/compute/cuda_zgemm.c                     | 4 ++--
 cudablas/compute/cuda_zgeqrt.c                    | 4 ++--
 cudablas/compute/cuda_zgessm.c                    | 4 ++--
 cudablas/compute/cuda_zgetrf.c                    | 4 ++--
 cudablas/compute/cuda_zhemm.c                     | 4 ++--
 cudablas/compute/cuda_zher2k.c                    | 4 ++--
 cudablas/compute/cuda_zherfb.c                    | 4 ++--
 cudablas/compute/cuda_zherk.c                     | 4 ++--
 cudablas/compute/cuda_zlarfb.c                    | 4 ++--
 cudablas/compute/cuda_zlauum.c                    | 4 ++--
 cudablas/compute/cuda_zparfb.c                    | 4 ++--
 cudablas/compute/cuda_zpotrf.c                    | 4 ++--
 cudablas/compute/cuda_zssssm.c                    | 4 ++--
 cudablas/compute/cuda_zsymm.c                     | 4 ++--
 cudablas/compute/cuda_zsyr2k.c                    | 4 ++--
 cudablas/compute/cuda_zsyrk.c                     | 4 ++--
 cudablas/compute/cuda_ztpmlqt.c                   | 4 ++--
 cudablas/compute/cuda_ztpmqrt.c                   | 4 ++--
 cudablas/compute/cuda_ztrmm.c                     | 4 ++--
 cudablas/compute/cuda_ztrsm.c                     | 4 ++--
 cudablas/compute/cuda_ztrtri.c                    | 4 ++--
 cudablas/compute/cuda_ztslqt.c                    | 4 ++--
 cudablas/compute/cuda_ztsmlq.c                    | 4 ++--
 cudablas/compute/cuda_ztsmqr.c                    | 4 ++--
 cudablas/compute/cuda_ztsqrt.c                    | 4 ++--
 cudablas/compute/cuda_ztstrf.c                    | 4 ++--
 cudablas/compute/cuda_zttmlq.c                    | 4 ++--
 cudablas/compute/cuda_zttmqr.c                    | 4 ++--
 cudablas/compute/cuda_zunmlqt.c                   | 4 ++--
 cudablas/compute/cuda_zunmqrt.c                   | 4 ++--
 cudablas/compute/cudaglobal.c                     | 4 ++--
 cudablas/eztrace_module/CMakeLists.txt            | 4 ++--
 cudablas/include/CMakeLists.txt                   | 4 ++--
 cudablas/include/cudablas.h                       | 4 ++--
 cudablas/include/cudablas/cudablas_z.h            | 4 ++--
 doc/CMakeLists.txt                                | 4 ++--
 doc/dev/CMakeLists.txt                            | 4 ++--
 doc/user/CMakeLists.txt                           | 4 ++--
 example/CMakeLists.txt                            | 4 ++--
 example/lapack_to_chameleon/CMakeLists.txt        | 4 ++--
 example/lapack_to_chameleon/lapack_to_chameleon.h | 4 ++--
 example/lapack_to_chameleon/step0.c               | 4 ++--
 example/lapack_to_chameleon/step0.h               | 4 ++--
 example/lapack_to_chameleon/step1.c               | 4 ++--
 example/lapack_to_chameleon/step1.h               | 4 ++--
 example/lapack_to_chameleon/step2.c               | 4 ++--
 example/lapack_to_chameleon/step2.h               | 4 ++--
 example/lapack_to_chameleon/step3.c               | 4 ++--
 example/lapack_to_chameleon/step3.h               | 4 ++--
 example/lapack_to_chameleon/step4.c               | 4 ++--
 example/lapack_to_chameleon/step4.h               | 4 ++--
 example/lapack_to_chameleon/step5.c               | 4 ++--
 example/lapack_to_chameleon/step5.h               | 4 ++--
 example/lapack_to_chameleon/step6.c               | 4 ++--
 example/lapack_to_chameleon/step6.h               | 4 ++--
 example/lapack_to_chameleon/step7.c               | 4 ++--
 example/lapack_to_chameleon/step7.h               | 4 ++--
 example/link_chameleon/CMakeLists.txt             | 4 ++--
 example/link_chameleon/link_chameleon.c           | 4 ++--
 example/link_chameleon/link_chameleon.f90         | 4 ++--
 include/CMakeLists.txt                            | 4 ++--
 include/chameleon.h                               | 4 ++--
 include/chameleon/chameleon_z.h                   | 4 ++--
 include/chameleon/chameleon_zc.h                  | 4 ++--
 include/chameleon/config.h.in                     | 4 ++--
 include/chameleon/constants.h                     | 4 ++--
 include/chameleon/flops.h                         | 4 ++--
 include/chameleon/fortran.h                       | 4 ++--
 include/chameleon/runtime.h                       | 4 ++--
 include/chameleon/runtime_struct.h                | 4 ++--
 include/chameleon/simulate.h                      | 4 ++--
 include/chameleon/struct.h                        | 4 ++--
 include/chameleon/tasks.h                         | 4 ++--
 include/chameleon/tasks_z.h                       | 4 ++--
 include/chameleon/tasks_zc.h                      | 4 ++--
 include/chameleon/timer.h                         | 4 ++--
 include/chameleon/types.h                         | 4 ++--
 lib/pkgconfig/chameleon.pc.in                     | 4 ++--
 lib/pkgconfig/coreblas.pc.in                      | 4 ++--
 lib/pkgconfig/cudablas.pc.in                      | 4 ++--
 runtime/CMakeLists.txt                            | 4 ++--
 runtime/openmp/CMakeLists.txt                     | 4 ++--
 runtime/openmp/codelets/codelet_dlag2z.c          | 4 ++--
 runtime/openmp/codelets/codelet_dzasum.c          | 4 ++--
 runtime/openmp/codelets/codelet_map.c             | 4 ++--
 runtime/openmp/codelets/codelet_zaxpy.c           | 4 ++--
 runtime/openmp/codelets/codelet_zbuild.c          | 4 ++--
 runtime/openmp/codelets/codelet_zcesca.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgeadd.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgelqt.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgemm.c           | 4 ++--
 runtime/openmp/codelets/codelet_zgemv.c           | 4 ++--
 runtime/openmp/codelets/codelet_zgeqrt.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgessm.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgessq.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgesum.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgetrf.c          | 4 ++--
 runtime/openmp/codelets/codelet_zgetrf_incpiv.c   | 4 ++--
 runtime/openmp/codelets/codelet_zgetrf_nopiv.c    | 4 ++--
 runtime/openmp/codelets/codelet_zgram.c           | 4 ++--
 runtime/openmp/codelets/codelet_zhe2ge.c          | 4 ++--
 runtime/openmp/codelets/codelet_zhemm.c           | 4 ++--
 runtime/openmp/codelets/codelet_zher2k.c          | 4 ++--
 runtime/openmp/codelets/codelet_zherfb.c          | 4 ++--
 runtime/openmp/codelets/codelet_zherk.c           | 4 ++--
 runtime/openmp/codelets/codelet_zhessq.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlacpy.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlag2c.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlange.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlanhe.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlansy.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlantr.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlascal.c         | 4 ++--
 runtime/openmp/codelets/codelet_zlaset.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlaset2.c         | 4 ++--
 runtime/openmp/codelets/codelet_zlatro.c          | 4 ++--
 runtime/openmp/codelets/codelet_zlauum.c          | 4 ++--
 runtime/openmp/codelets/codelet_zplghe.c          | 4 ++--
 runtime/openmp/codelets/codelet_zplgsy.c          | 4 ++--
 runtime/openmp/codelets/codelet_zplrnt.c          | 4 ++--
 runtime/openmp/codelets/codelet_zplssq.c          | 4 ++--
 runtime/openmp/codelets/codelet_zpotrf.c          | 4 ++--
 runtime/openmp/codelets/codelet_zssssm.c          | 4 ++--
 runtime/openmp/codelets/codelet_zsymm.c           | 4 ++--
 runtime/openmp/codelets/codelet_zsyr2k.c          | 4 ++--
 runtime/openmp/codelets/codelet_zsyrk.c           | 4 ++--
 runtime/openmp/codelets/codelet_zsyssq.c          | 4 ++--
 runtime/openmp/codelets/codelet_zsytrf_nopiv.c    | 4 ++--
 runtime/openmp/codelets/codelet_ztplqt.c          | 4 ++--
 runtime/openmp/codelets/codelet_ztpmlqt.c         | 4 ++--
 runtime/openmp/codelets/codelet_ztpmqrt.c         | 4 ++--
 runtime/openmp/codelets/codelet_ztpqrt.c          | 4 ++--
 runtime/openmp/codelets/codelet_ztradd.c          | 4 ++--
 runtime/openmp/codelets/codelet_ztrasm.c          | 4 ++--
 runtime/openmp/codelets/codelet_ztrmm.c           | 4 ++--
 runtime/openmp/codelets/codelet_ztrsm.c           | 4 ++--
 runtime/openmp/codelets/codelet_ztrssq.c          | 4 ++--
 runtime/openmp/codelets/codelet_ztrtri.c          | 4 ++--
 runtime/openmp/codelets/codelet_ztsmlq_hetra1.c   | 4 ++--
 runtime/openmp/codelets/codelet_ztsmqr_hetra1.c   | 4 ++--
 runtime/openmp/codelets/codelet_ztstrf.c          | 4 ++--
 runtime/openmp/codelets/codelet_zunmlq.c          | 4 ++--
 runtime/openmp/codelets/codelet_zunmqr.c          | 4 ++--
 runtime/openmp/control/runtime_async.c            | 4 ++--
 runtime/openmp/control/runtime_context.c          | 4 ++--
 runtime/openmp/control/runtime_control.c          | 4 ++--
 runtime/openmp/control/runtime_descriptor.c       | 4 ++--
 runtime/openmp/control/runtime_options.c          | 4 ++--
 runtime/openmp/control/runtime_profiling.c        | 4 ++--
 runtime/openmp/control/runtime_zlocality.c        | 4 ++--
 runtime/openmp/control/runtime_zprofiling.c       | 4 ++--
 runtime/openmp/include/chameleon_openmp.h         | 4 ++--
 runtime/parsec/CMakeLists.txt                     | 4 ++--
 runtime/parsec/codelets/codelet_dlag2z.c          | 4 ++--
 runtime/parsec/codelets/codelet_dzasum.c          | 4 ++--
 runtime/parsec/codelets/codelet_map.c             | 4 ++--
 runtime/parsec/codelets/codelet_zaxpy.c           | 4 ++--
 runtime/parsec/codelets/codelet_zbuild.c          | 4 ++--
 runtime/parsec/codelets/codelet_zcesca.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgeadd.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgelqt.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgemm.c           | 4 ++--
 runtime/parsec/codelets/codelet_zgemv.c           | 4 ++--
 runtime/parsec/codelets/codelet_zgeqrt.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgessm.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgessq.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgesum.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgetrf.c          | 4 ++--
 runtime/parsec/codelets/codelet_zgetrf_incpiv.c   | 4 ++--
 runtime/parsec/codelets/codelet_zgetrf_nopiv.c    | 4 ++--
 runtime/parsec/codelets/codelet_zgram.c           | 4 ++--
 runtime/parsec/codelets/codelet_zhe2ge.c          | 4 ++--
 runtime/parsec/codelets/codelet_zhemm.c           | 4 ++--
 runtime/parsec/codelets/codelet_zher2k.c          | 4 ++--
 runtime/parsec/codelets/codelet_zherfb.c          | 4 ++--
 runtime/parsec/codelets/codelet_zherk.c           | 4 ++--
 runtime/parsec/codelets/codelet_zhessq.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlacpy.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlag2c.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlange.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlanhe.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlansy.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlantr.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlascal.c         | 4 ++--
 runtime/parsec/codelets/codelet_zlaset.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlaset2.c         | 4 ++--
 runtime/parsec/codelets/codelet_zlatro.c          | 4 ++--
 runtime/parsec/codelets/codelet_zlauum.c          | 4 ++--
 runtime/parsec/codelets/codelet_zplghe.c          | 4 ++--
 runtime/parsec/codelets/codelet_zplgsy.c          | 4 ++--
 runtime/parsec/codelets/codelet_zplrnt.c          | 4 ++--
 runtime/parsec/codelets/codelet_zplssq.c          | 4 ++--
 runtime/parsec/codelets/codelet_zpotrf.c          | 4 ++--
 runtime/parsec/codelets/codelet_zssssm.c          | 4 ++--
 runtime/parsec/codelets/codelet_zsymm.c           | 4 ++--
 runtime/parsec/codelets/codelet_zsyr2k.c          | 4 ++--
 runtime/parsec/codelets/codelet_zsyrk.c           | 4 ++--
 runtime/parsec/codelets/codelet_zsyssq.c          | 4 ++--
 runtime/parsec/codelets/codelet_zsytrf_nopiv.c    | 4 ++--
 runtime/parsec/codelets/codelet_ztplqt.c          | 4 ++--
 runtime/parsec/codelets/codelet_ztpmlqt.c         | 4 ++--
 runtime/parsec/codelets/codelet_ztpmqrt.c         | 4 ++--
 runtime/parsec/codelets/codelet_ztpqrt.c          | 4 ++--
 runtime/parsec/codelets/codelet_ztradd.c          | 4 ++--
 runtime/parsec/codelets/codelet_ztrasm.c          | 4 ++--
 runtime/parsec/codelets/codelet_ztrmm.c           | 4 ++--
 runtime/parsec/codelets/codelet_ztrsm.c           | 4 ++--
 runtime/parsec/codelets/codelet_ztrssq.c          | 4 ++--
 runtime/parsec/codelets/codelet_ztrtri.c          | 4 ++--
 runtime/parsec/codelets/codelet_ztsmlq_hetra1.c   | 4 ++--
 runtime/parsec/codelets/codelet_ztsmqr_hetra1.c   | 4 ++--
 runtime/parsec/codelets/codelet_ztstrf.c          | 4 ++--
 runtime/parsec/codelets/codelet_zunmlq.c          | 4 ++--
 runtime/parsec/codelets/codelet_zunmqr.c          | 4 ++--
 runtime/parsec/control/runtime_async.c            | 4 ++--
 runtime/parsec/control/runtime_context.c          | 4 ++--
 runtime/parsec/control/runtime_control.c          | 4 ++--
 runtime/parsec/control/runtime_descriptor.c       | 4 ++--
 runtime/parsec/control/runtime_options.c          | 4 ++--
 runtime/parsec/control/runtime_profiling.c        | 4 ++--
 runtime/parsec/control/runtime_zlocality.c        | 4 ++--
 runtime/parsec/control/runtime_zprofiling.c       | 4 ++--
 runtime/parsec/include/chameleon_parsec.h         | 4 ++--
 runtime/quark/CMakeLists.txt                      | 4 ++--
 runtime/quark/codelets/codelet_dlag2z.c           | 4 ++--
 runtime/quark/codelets/codelet_dzasum.c           | 4 ++--
 runtime/quark/codelets/codelet_map.c              | 4 ++--
 runtime/quark/codelets/codelet_zaxpy.c            | 4 ++--
 runtime/quark/codelets/codelet_zbuild.c           | 4 ++--
 runtime/quark/codelets/codelet_zcesca.c           | 4 ++--
 runtime/quark/codelets/codelet_zgeadd.c           | 4 ++--
 runtime/quark/codelets/codelet_zgelqt.c           | 4 ++--
 runtime/quark/codelets/codelet_zgemm.c            | 4 ++--
 runtime/quark/codelets/codelet_zgemv.c            | 4 ++--
 runtime/quark/codelets/codelet_zgeqrt.c           | 4 ++--
 runtime/quark/codelets/codelet_zgessm.c           | 4 ++--
 runtime/quark/codelets/codelet_zgessq.c           | 4 ++--
 runtime/quark/codelets/codelet_zgesum.c           | 4 ++--
 runtime/quark/codelets/codelet_zgetrf.c           | 4 ++--
 runtime/quark/codelets/codelet_zgetrf_incpiv.c    | 4 ++--
 runtime/quark/codelets/codelet_zgetrf_nopiv.c     | 4 ++--
 runtime/quark/codelets/codelet_zgram.c            | 4 ++--
 runtime/quark/codelets/codelet_zhe2ge.c           | 4 ++--
 runtime/quark/codelets/codelet_zhemm.c            | 4 ++--
 runtime/quark/codelets/codelet_zher2k.c           | 4 ++--
 runtime/quark/codelets/codelet_zherfb.c           | 4 ++--
 runtime/quark/codelets/codelet_zherk.c            | 4 ++--
 runtime/quark/codelets/codelet_zhessq.c           | 4 ++--
 runtime/quark/codelets/codelet_zlacpy.c           | 4 ++--
 runtime/quark/codelets/codelet_zlag2c.c           | 4 ++--
 runtime/quark/codelets/codelet_zlange.c           | 4 ++--
 runtime/quark/codelets/codelet_zlanhe.c           | 4 ++--
 runtime/quark/codelets/codelet_zlansy.c           | 4 ++--
 runtime/quark/codelets/codelet_zlantr.c           | 4 ++--
 runtime/quark/codelets/codelet_zlascal.c          | 4 ++--
 runtime/quark/codelets/codelet_zlaset.c           | 4 ++--
 runtime/quark/codelets/codelet_zlaset2.c          | 4 ++--
 runtime/quark/codelets/codelet_zlatro.c           | 4 ++--
 runtime/quark/codelets/codelet_zlauum.c           | 4 ++--
 runtime/quark/codelets/codelet_zplghe.c           | 4 ++--
 runtime/quark/codelets/codelet_zplgsy.c           | 4 ++--
 runtime/quark/codelets/codelet_zplrnt.c           | 4 ++--
 runtime/quark/codelets/codelet_zplssq.c           | 4 ++--
 runtime/quark/codelets/codelet_zpotrf.c           | 4 ++--
 runtime/quark/codelets/codelet_zssssm.c           | 4 ++--
 runtime/quark/codelets/codelet_zsymm.c            | 4 ++--
 runtime/quark/codelets/codelet_zsyr2k.c           | 4 ++--
 runtime/quark/codelets/codelet_zsyrk.c            | 4 ++--
 runtime/quark/codelets/codelet_zsyssq.c           | 4 ++--
 runtime/quark/codelets/codelet_zsytrf_nopiv.c     | 4 ++--
 runtime/quark/codelets/codelet_ztplqt.c           | 4 ++--
 runtime/quark/codelets/codelet_ztpmlqt.c          | 4 ++--
 runtime/quark/codelets/codelet_ztpmqrt.c          | 4 ++--
 runtime/quark/codelets/codelet_ztpqrt.c           | 4 ++--
 runtime/quark/codelets/codelet_ztradd.c           | 4 ++--
 runtime/quark/codelets/codelet_ztrasm.c           | 4 ++--
 runtime/quark/codelets/codelet_ztrmm.c            | 4 ++--
 runtime/quark/codelets/codelet_ztrsm.c            | 4 ++--
 runtime/quark/codelets/codelet_ztrssq.c           | 4 ++--
 runtime/quark/codelets/codelet_ztrtri.c           | 4 ++--
 runtime/quark/codelets/codelet_ztsmlq_hetra1.c    | 4 ++--
 runtime/quark/codelets/codelet_ztsmqr_hetra1.c    | 4 ++--
 runtime/quark/codelets/codelet_ztstrf.c           | 4 ++--
 runtime/quark/codelets/codelet_zunmlq.c           | 4 ++--
 runtime/quark/codelets/codelet_zunmqr.c           | 4 ++--
 runtime/quark/control/runtime_async.c             | 4 ++--
 runtime/quark/control/runtime_context.c           | 4 ++--
 runtime/quark/control/runtime_control.c           | 4 ++--
 runtime/quark/control/runtime_descriptor.c        | 4 ++--
 runtime/quark/control/runtime_options.c           | 4 ++--
 runtime/quark/control/runtime_profiling.c         | 4 ++--
 runtime/quark/control/runtime_zlocality.c         | 4 ++--
 runtime/quark/control/runtime_zprofiling.c        | 4 ++--
 runtime/quark/include/chameleon_quark.h           | 4 ++--
 runtime/quark/include/core_blas_dag.h             | 4 ++--
 runtime/starpu/CMakeLists.txt                     | 4 ++--
 runtime/starpu/codelets/codelet_dlag2z.c          | 4 ++--
 runtime/starpu/codelets/codelet_dzasum.c          | 4 ++--
 runtime/starpu/codelets/codelet_map.c             | 4 ++--
 runtime/starpu/codelets/codelet_zaxpy.c           | 4 ++--
 runtime/starpu/codelets/codelet_zbuild.c          | 4 ++--
 runtime/starpu/codelets/codelet_zcallback.c       | 4 ++--
 runtime/starpu/codelets/codelet_zcesca.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgeadd.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgelqt.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgemm.c           | 4 ++--
 runtime/starpu/codelets/codelet_zgemv.c           | 4 ++--
 runtime/starpu/codelets/codelet_zgeqrt.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgessm.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgessq.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgesum.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgetrf.c          | 4 ++--
 runtime/starpu/codelets/codelet_zgetrf_incpiv.c   | 4 ++--
 runtime/starpu/codelets/codelet_zgetrf_nopiv.c    | 4 ++--
 runtime/starpu/codelets/codelet_zgram.c           | 4 ++--
 runtime/starpu/codelets/codelet_zhe2ge.c          | 4 ++--
 runtime/starpu/codelets/codelet_zhemm.c           | 4 ++--
 runtime/starpu/codelets/codelet_zher2k.c          | 4 ++--
 runtime/starpu/codelets/codelet_zherfb.c          | 4 ++--
 runtime/starpu/codelets/codelet_zherk.c           | 4 ++--
 runtime/starpu/codelets/codelet_zhessq.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlacpy.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlag2c.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlange.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlanhe.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlansy.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlantr.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlascal.c         | 4 ++--
 runtime/starpu/codelets/codelet_zlaset.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlaset2.c         | 4 ++--
 runtime/starpu/codelets/codelet_zlatro.c          | 4 ++--
 runtime/starpu/codelets/codelet_zlauum.c          | 4 ++--
 runtime/starpu/codelets/codelet_zplghe.c          | 4 ++--
 runtime/starpu/codelets/codelet_zplgsy.c          | 4 ++--
 runtime/starpu/codelets/codelet_zplrnt.c          | 4 ++--
 runtime/starpu/codelets/codelet_zplssq.c          | 4 ++--
 runtime/starpu/codelets/codelet_zpotrf.c          | 4 ++--
 runtime/starpu/codelets/codelet_zssssm.c          | 4 ++--
 runtime/starpu/codelets/codelet_zsymm.c           | 4 ++--
 runtime/starpu/codelets/codelet_zsyr2k.c          | 4 ++--
 runtime/starpu/codelets/codelet_zsyrk.c           | 4 ++--
 runtime/starpu/codelets/codelet_zsyssq.c          | 4 ++--
 runtime/starpu/codelets/codelet_zsytrf_nopiv.c    | 4 ++--
 runtime/starpu/codelets/codelet_ztplqt.c          | 4 ++--
 runtime/starpu/codelets/codelet_ztpmlqt.c         | 4 ++--
 runtime/starpu/codelets/codelet_ztpmqrt.c         | 4 ++--
 runtime/starpu/codelets/codelet_ztpqrt.c          | 4 ++--
 runtime/starpu/codelets/codelet_ztradd.c          | 4 ++--
 runtime/starpu/codelets/codelet_ztrasm.c          | 4 ++--
 runtime/starpu/codelets/codelet_ztrmm.c           | 4 ++--
 runtime/starpu/codelets/codelet_ztrsm.c           | 4 ++--
 runtime/starpu/codelets/codelet_ztrssq.c          | 4 ++--
 runtime/starpu/codelets/codelet_ztrtri.c          | 4 ++--
 runtime/starpu/codelets/codelet_ztsmlq_hetra1.c   | 4 ++--
 runtime/starpu/codelets/codelet_ztsmqr_hetra1.c   | 4 ++--
 runtime/starpu/codelets/codelet_ztstrf.c          | 4 ++--
 runtime/starpu/codelets/codelet_zunmlq.c          | 4 ++--
 runtime/starpu/codelets/codelet_zunmqr.c          | 4 ++--
 runtime/starpu/control/runtime_async.c            | 4 ++--
 runtime/starpu/control/runtime_context.c          | 4 ++--
 runtime/starpu/control/runtime_control.c          | 4 ++--
 runtime/starpu/control/runtime_descriptor.c       | 4 ++--
 runtime/starpu/control/runtime_options.c          | 4 ++--
 runtime/starpu/control/runtime_profiling.c        | 4 ++--
 runtime/starpu/control/runtime_workspace.c        | 4 ++--
 runtime/starpu/control/runtime_zlocality.c        | 4 ++--
 runtime/starpu/control/runtime_zprofiling.c       | 4 ++--
 runtime/starpu/include/cham_tile_interface.h      | 4 ++--
 runtime/starpu/include/chameleon_starpu.h.in      | 4 ++--
 runtime/starpu/include/runtime_codelet_profile.h  | 4 ++--
 runtime/starpu/include/runtime_codelet_z.h        | 4 ++--
 runtime/starpu/include/runtime_codelets.h         | 4 ++--
 runtime/starpu/include/runtime_profiling.h        | 4 ++--
 runtime/starpu/include/runtime_workspace.h        | 4 ++--
 runtime/starpu/interface/cham_tile_interface.c    | 4 ++--
 simucore/CMakeLists.txt                           | 4 ++--
 testing/CMakeLists.txt                            | 4 ++--
 testing/chameleon_ztesting.c                      | 4 ++--
 testing/parameters.c                              | 4 ++--
 testing/run_list.c                                | 4 ++--
 testing/testing_zcesca.c                          | 4 ++--
 testing/testing_zcheck.c                          | 4 ++--
 testing/testing_zcheck.h                          | 4 ++--
 testing/testing_zgeadd.c                          | 4 ++--
 testing/testing_zgelqf.c                          | 4 ++--
 testing/testing_zgelqf_hqr.c                      | 4 ++--
 testing/testing_zgelqs.c                          | 4 ++--
 testing/testing_zgels.c                           | 4 ++--
 testing/testing_zgels_hqr.c                       | 4 ++--
 testing/testing_zgemm.c                           | 4 ++--
 testing/testing_zgenm2.c                          | 4 ++--
 testing/testing_zgepdf_qdwh.c                     | 4 ++--
 testing/testing_zgepdf_qr.c                       | 4 ++--
 testing/testing_zgeqrf.c                          | 4 ++--
 testing/testing_zgeqrf_hqr.c                      | 4 ++--
 testing/testing_zgeqrs.c                          | 4 ++--
 testing/testing_zgesv.c                           | 4 ++--
 testing/testing_zgetrf.c                          | 4 ++--
 testing/testing_zgetrs.c                          | 4 ++--
 testing/testing_zgram.c                           | 4 ++--
 testing/testing_zhemm.c                           | 4 ++--
 testing/testing_zher2k.c                          | 4 ++--
 testing/testing_zherk.c                           | 4 ++--
 testing/testing_zlacpy.c                          | 4 ++--
 testing/testing_zlange.c                          | 4 ++--
 testing/testing_zlanhe.c                          | 4 ++--
 testing/testing_zlansy.c                          | 4 ++--
 testing/testing_zlantr.c                          | 4 ++--
 testing/testing_zlascal.c                         | 4 ++--
 testing/testing_zlauum.c                          | 4 ++--
 testing/testing_zplrnk.c                          | 4 ++--
 testing/testing_zpoinv.c                          | 4 ++--
 testing/testing_zposv.c                           | 4 ++--
 testing/testing_zpotrf.c                          | 4 ++--
 testing/testing_zpotri.c                          | 4 ++--
 testing/testing_zpotrs.c                          | 4 ++--
 testing/testing_zprint.c                          | 4 ++--
 testing/testing_zsymm.c                           | 4 ++--
 testing/testing_zsyr2k.c                          | 4 ++--
 testing/testing_zsyrk.c                           | 4 ++--
 testing/testing_zsysv.c                           | 4 ++--
 testing/testing_zsytrf.c                          | 4 ++--
 testing/testing_zsytrs.c                          | 4 ++--
 testing/testing_ztradd.c                          | 4 ++--
 testing/testing_ztrmm.c                           | 4 ++--
 testing/testing_ztrsm.c                           | 4 ++--
 testing/testing_ztrtri.c                          | 4 ++--
 testing/testing_zunglq.c                          | 4 ++--
 testing/testing_zunglq_hqr.c                      | 4 ++--
 testing/testing_zungqr.c                          | 4 ++--
 testing/testing_zungqr_hqr.c                      | 4 ++--
 testing/testing_zunmlq.c                          | 4 ++--
 testing/testing_zunmlq_hqr.c                      | 4 ++--
 testing/testing_zunmqr.c                          | 4 ++--
 testing/testing_zunmqr_hqr.c                      | 4 ++--
 testing/testings.h                                | 4 ++--
 testing/values.c                                  | 4 ++--
 tools/analysis.sh                                 | 4 ++--
 tools/bench/chameleon_guix.sh                     | 4 ++--
 tools/bench/jube/GenFigures.R                     | 4 ++--
 tools/bench/jube/add_result.py                    | 4 ++--
 tools/bench/jube/get_result.py                    | 4 ++--
 tools/bench/plafrim/run.sh                        | 4 ++--
 tools/bench/plafrim/slurm.sh                      | 4 ++--
 tools/build_macosx.sh                             | 4 ++--
 tools/check_header.sh                             | 4 ++--
 tools/coverage.sh                                 | 4 ++--
 tools/find_sources.sh                             | 4 ++--
 tools/fix_doxygen_date.sh                         | 4 ++--
 tools/pages.sh                                    | 4 ++--
 tools/release.sh                                  | 4 ++--
 715 files changed, 1429 insertions(+), 1429 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fae488db7..7e5d26ae9 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 34f999e27..9488bb070 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 36d90ff99..7cafe2030 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 df07c7443..d656c33f4 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 c001d690a..aa9a617c4 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 d1c92998a..c13371c4c 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 8bcb853fd..019839821 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 635dd766a..bccd43023 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 193e60f29..9b554bcc8 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 752990213..1e7b82d9a 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 61c764c45..c72ed710e 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 502076158..dcc95ba81 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 2ce0df8d0..5d7fae952 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 eae63cf82..b2a71d511 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 f02815b29..ec1c9cfc7 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 0d00fb5f8..ce3794860 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 622a719ce..d9b17ce98 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 491113f68..9baf7ae00 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 39dac72b0..41c882417 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 3cdc38cb4..8cd96c65c 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 801ec5013..69505a5c4 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 8ca1b038a..67dabcac9 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 7dd5f609a..1cd5adf42 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 5f38cb212..175f2ce20 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 9419d7ce7..e206860ba 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 f70d846fc..5f00d693d 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 38ca1dc3e..8522f39d6 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 b410022c3..1a2307992 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 65b522189..bc28fcf11 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 80e68b2d2..4acf29aa1 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 8d11e0b1e..5bb6b6242 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 e21bac360..29bbb431a 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 f82f3e12d..e0b9c732c 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 4e22fe3fc..e42510e5e 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 86a77ca4c..58a5fd9f7 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 365794b17..8b7cb73af 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 e7f8ea8e6..e7fb72605 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 168675e82..da20a3749 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 6f5d65785..e09efd66e 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 84371a9e4..96d075293 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 819192081..a854389fd 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 9e4d78f34..8ecfc636c 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 bd7f581a4..27adf0cdf 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 b9d9a80f9..c848eddf7 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 35e29eae7..6c62f529e 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 f369e1060..4f4a554da 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 65cc5fee8..41dad04b1 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 e265d8913..36b4afc69 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 2e6ec6494..ef8161b6d 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 6e636a316..3b405ea7a 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 595f81331..66f8efd4f 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 f97eb702f..d943adfc1 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 776cabbbe..fbf1b1edc 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 7c140ca9d..f7fc68492 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 4318ecae9..c4ed311b4 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 de760bb67..fc9906bc7 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 7eb5261f2..f65f73e60 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 16c484c3b..1a15e384e 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 32188115c..397b5f1e8 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 6b0a01937..c7ee3f5dd 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 390636d6f..16fbefb8d 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 d3d953548..d500fe2db 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 92602ab7f..9edd667d7 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 4beef380e..b01b7e7a3 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 5e40e85cd..8d9ad2ee5 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 ffaeb805a..d9f5e1850 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 06fad2e71..ee2d0da7e 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 f236daec9..98a816cd1 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 a7657c384..ee6beff5a 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 66f2631b1..7d2bb2e27 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 669c9998e..cc8c7a2a3 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 f5256b0ee..09b8e9055 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 77952af27..f1a346995 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 5f87b4b73..347010537 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 1343a0c82..9b7e0d569 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 a46ea90e5..f1dc99913 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 87889eba0..dd3928f5b 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 711605f36..e3eed82ec 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 778985261..1f7657112 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 04fa97d3b..d8fcba55c 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 c28a7819f..7d662588a 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 1d780f0c8..9fba10701 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 7cfa428e5..2084039b4 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 3206fc183..4ad0fa826 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 2c9b29fb4..8a138ed57 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 7f884020a..df19e469f 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 cda40cbe3..d36dc2c24 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 1eaf9c47b..e85f28071 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 ebab11615..20636929b 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 423bea41d..efdd8e5f5 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 9ceaa2dc4..76e2fb51b 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 a7dd61422..2390b6a87 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 81b266ec2..e1649be4c 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 3a3193e13..ca26b4e14 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 226ae2658..422bf9eec 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 2ce15d059..f5a962c0d 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 43d0b641b..2438268b6 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 8c26c6baf..072161a44 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 f2392cc15..cac802294 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 2525a4715..e44dd880c 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 318c53bdc..c6346e136 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 0be415992..771660fc7 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 4d4a55976..979bed405 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 706fb894c..5be1dfc6c 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 521a237b0..86ae11cfe 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 e0f6d831d..6a6e333b6 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 8b84a57d0..6e07cfeb6 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 eb9162474..efbd06911 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 4eb56b98f..ec96fc875 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 a8cf1aeed..3ad7d7142 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 5341ba019..9742f8bed 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 acc12fcea..29c76a115 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 8f59420a7..0b1db5f1f 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 7e0b6577b..97f52485c 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 708376f62..e6d729507 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 328ec58dd..d371b3510 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 93f0bd92b..e1f7104b1 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 0e38635bf..c4ff5fb0e 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 7ce6170d6..2dc9c2f37 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 2e757b376..8092e34fe 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 b6411a9e5..fcc04f4ec 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 c82577872..d8058cca4 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 600209f61..3b37f43db 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 5416664b0..31410b08b 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 09e7946b2..07755339b 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 73be4ef99..004b2b861 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 ff8102255..3a684fffd 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 e711112ea..5d3922ece 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 37c8bb3e8..fb2593717 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 e48a0491f..34ae7b3ac 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 613a5f0c8..377792e21 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 cecb8e9a0..38d58fb45 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 df818f503..3a311a542 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 9a88ed2ef..76b8aa20f 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 32fe48ed5..e2885d88f 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 c4df9af4a..bc20b52e5 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 4797da683..138c70c10 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 c0c33e8b0..0697ee08e 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 9e612049d..8872922ab 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 fce07f1fc..67113d561 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 3423c3e28..1a86246cf 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 2b31bed34..0a55971a0 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 a148430d0..b2fec8461 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 95e350f56..45df77d6a 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 1cb181f84..f66c7998d 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 697494522..9bbc36856 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 9dd511225..b80379574 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 0560532c3..50ef18ee1 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 1f29abc67..b57959832 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 960f37a30..717548e31 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 0a94ec22d..93c61b0fd 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 c02a11912..3988d8dc6 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 ad528ecd7..85e696d1a 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 9d99d44d3..71f5428c6 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 25aa79d06..52ffc1950 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 b0f323ab5..566646885 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 f457e1097..e3fe51f3b 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 059483861..b2666d2ba 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 a310765ee..42669511a 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 63ebfbd0e..7c388eb90 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 4e4b0b863..1e3774016 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 f525f1cfd..4f093cd0b 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 cd034af5d..7af0e88aa 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 08417220e..27de8841b 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 1455a4d0f..568519361 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 4e2638d31..c12d01bb7 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 f0c8db823..75963d799 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 6a6e3f2f8..eb93d5125 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 0519e11e3..dc2aac9e2 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 dc5b37648..78be93ba6 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 e21db6891..1b9f19d64 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 33a06ccec..dea53f512 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 4003d24b8..4c363ce16 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 5d8829123..9d6df21c3 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 117062a85..421a0ef94 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 157e0ca19..589c486f0 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 a4263ffbe..6a8f0404e 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 70b176a1f..a28f47bb3 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 259f5c3ba..517dd2873 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 635637b41..476701dbc 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 d1ba05de8..f205996b0 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 bcf6e54e8..ded0fc8a4 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 dd2c7f6cd..3f3c14ec4 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 2650b32ba..1fc1d9e39 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 a9586e334..dd9b32b4f 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 0d1c5c6af..a1a443956 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 9377291a2..d57638ecf 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 5e0af939d..30fb9e997 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 680c50008..728e9546d 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 5975e109c..c92140065 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 16b8a2875..387893dea 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 435aee0c8..3c709c80d 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 b88251d8c..d7df08a87 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 5a79d2181..98f8cba9a 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 3b5727aa2..aeff9de38 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 ef2c1aed2..4b6d78bca 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 a386dfb25..5548a63c5 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 912419f02..0f00b00c5 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 861309358..6b6808a0e 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 b8af0132d..d97162b39 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 085d83fe9..60960feef 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 639b73bef..90d2713e3 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 df9011242..9c59b531c 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 775d395a1..73d00c72f 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 d98089c54..76dde7c9a 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 43a572ac4..f3b9d3aa4 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 4b8f54add..de9756506 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 ef2c12c7c..7999e6634 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 4b42a070c..63827e207 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 47cd1e069..0be4e547e 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 b5994b90d..f3f3b506a 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 b167f4d39..f100a4af2 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 2282a5825..c854fcbb6 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 2b9d237b6..b579d3f3f 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 2c735220a..5fec36f94 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 3a7e44988..4e25463f3 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 73395a6e4..53baf3f0b 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 8a600d39f..e2fc1248b 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 2da3c6e69..254771cfe 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 bee05a72f..8d6f68e94 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 d65850e2e..90bfbd3e2 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 69f300cd0..bd849a007 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 3491c820a..89220d3ef 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 06db92cd4..96ae22cc3 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 93f102183..fa3d5f700 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 027216e20..6c32d3323 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 653fa68e5..2c89c7615 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 7f7ca5ee9..539460bfe 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 c0984cf4d..c41dbba84 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 8545a2bf1..c23aa9ea3 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 2df7606e3..760893153 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 246191bcf..da4007d80 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 38b79649e..c3118a559 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 5a933292a..14e6f61db 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 0114b522e..8ba326b76 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 8732fdd32..793f84f90 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 4be7ea736..6124f2872 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 9f3de71ab..05c89a0fb 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 e7d7bb7f0..8a31b76b2 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 7fc930869..dcd962c00 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 aebc8cfb1..4770c22c0 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 3136dba4d..a3f89d017 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 65d29d14a..453cb1b0d 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 f9932cd67..8e9cb64a2 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 d7dc99d15..e08888e0d 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 5c64580bc..a3db67d26 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 f684542be..02d56b240 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 630797a76..a29218b73 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 60fc0b6ac..50a31094d 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 e43a82d82..9949394ab 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 88236e13b..850df39fd 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 27ffb248d..0e62bef4d 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 89bf22d10..cd7793625 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 fcf6d0796..7725268a5 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 d4ae34c9d..648dc5d48 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 a8e71d8b0..c99993e76 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 c32256bf5..b2fdfcc6a 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 7f1c20d90..5e068da88 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 75e042521..65c8bf338 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 8a9f10589..981d663c2 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 6cb9a8e51..8e69bd942 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 ea17b3a6b..5239d416c 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 3159194f0..01f46b60d 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 96f5efaaa..1f64403d7 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 0bc6f7e00..e594502a0 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 5d8ed48fb..a1b30867f 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 fc1125109..829be25f1 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 be28b6496..df8c6c8de 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 3e8d1166c..1b1ad4d19 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 5a9af58b3..6b4289d95 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 d84adf8d6..d4a48b274 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 7acc0bd57..44f389ecd 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 bff36f161..09d16c408 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 772c73171..9026ed712 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 80d755785..5fc04a48e 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 546817a8c..ef877426f 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 960ddd88f..855d27cbd 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 8efcd99d1..0bc0bb0e4 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 fb6d4398b..b97fd576a 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 05e143c6a..03c94f684 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 5e1c31b3c..0a18f69f3 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 723075448..3c4dcafd3 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 959215f18..d5710f787 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 19716534e..18e381625 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 35f04327d..7015c93f3 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 9ab535e58..db0f53b26 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 5cd02a131..7af9c4e44 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 53fc92afd..2a0068665 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 56fad8573..f027fedb7 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 5f3635805..f113133f6 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 010fa356d..c46a58981 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 a64b3bb45..e18466a0e 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 d239aed74..62b695644 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 825410ded..a036a9273 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 14e30fd8c..4c460a0c7 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 6b6e28f52..e5fd41705 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 bd00497dc..096711d35 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 ddc03b44c..3e24e5fdb 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 a4f9302e1..0a619cdfd 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 271a4210e..e430bd10a 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 792696af1..59dca9eb3 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 a28e97cfa..09c330003 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 ba991500c..f740b8909 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 5763e35da..a123228e9 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 a23425b25..b57c0e6f8 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 0867c8008..1ccc59c3e 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 794675271..f30024b1c 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 4e2d9f86b..c37b58a1c 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 1eceef3f3..7483a72ea 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 f91e77e5f..a1a0f3d34 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 03d3ff12e..ee1363385 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 b3f9a46f3..4c702368d 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 740c82ffe..69d3ccb48 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 46374a93e..4f21540e4 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 193c629ea..dae51ddbb 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 52461020a..751538f13 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 efec15ac7..7f786e462 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 d78ed83b1..f1dfc0acd 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 1598e2a22..1f730f26a 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 915abff28..0665d4805 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 25186eac3..f94b1a78b 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 1c9889418..d80dd3455 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 944d3ada9..a2d6b49a2 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 09b3de947..ff9b53284 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 60bb2d7ec..d76c36523 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 c84870561..5aadfb8d4 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 27b09ebab..0d001a73e 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 b185bd718..7934951a2 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 c7da3b319..7d6e85188 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 49ee79823..79bce66b4 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 5be0a483e..a6a43f837 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 0e8b98053..679eb3a5a 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 4535f170e..e68f2bf91 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 d3c23f583..d1b0d9b49 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 25ddfd9ef..fed287cae 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 240d00c78..7ab9711e1 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 a8fc85aeb..97284f14c 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 6b4da8f29..85f0e30ee 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 b12435023..6e2b83469 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 0124496cb..5d6e4898b 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 e9280b38c..d63b1efb4 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 9ae6fd2cb..aa36a935c 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 8ff097d17..cbf462567 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 cfa185404..d3b5c793f 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 3403becc8..bda8ef273 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 468d4bb32..2bc8716da 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 3d3c83017..dad90fec2 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 e8ca6951b..3b33634a8 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 184115041..eb7d4ef54 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 df8c19199..ab53528f4 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 171c5d021..673cd4f97 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 4edba3436..97c8c81e7 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 e46b58fcd..c568b93fd 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 d854846a7..99c5b346a 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 016449bfe..b94aff972 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 0524f282e..e12432ded 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 9b65d4f97..d93035692 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 c4787f90a..685ef0d14 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 588cbf387..b0e9618c7 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 56cdfe1c3..fff889ece 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 df5be09ae..a50f1be34 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 02c5c6c52..ec8c15a6c 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 1bf2fa6ba..4f037705b 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 207374d5e..9d7776f58 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 0c3e012c8..287a6b64b 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 accb67a2a..79d36ff56 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 3b4eeb6f8..7666da636 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 85bc1cb6d..c24578d7e 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 6059417ce..5d0376f07 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 258743835..988131372 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 d7f631a5f..25de93f94 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 0192898cb..369b5dd05 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 cbe7fbec7..30fe109cd 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 f89637d21..c55a015fa 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 ad8050253..18f133904 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 1a6ae008b..73ff6271c 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 33221875d..e6ecb27e8 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 c282265cc..9cdc06e7f 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 cda96bb73..2694fc3d1 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 4c3c99e86..417597bf8 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 1a0337e2f..c76a5fa2a 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 e4c6fa36b..5e06682c5 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 adb914320..e5a5e85f3 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 dec33de1c..dc1074844 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 ab9be5591..4a227818e 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 fc7da97dd..e60a01c5d 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 1cbfa8a8d..db5b886cc 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 4cdf13a18..90ea5d849 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 c639721e4..41974f4b1 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 f4b7ace86..b60acce60 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 ed21ecd44..f110bb709 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 e6c731d4e..a2217b32a 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 d30f7eaa5..4afcdfd8e 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 4d7092ee1..320c8c046 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 bba93c711..70591a14f 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 2e6b28e0a..0fd0c4457 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 92cef9f54..ea776b003 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 6f2e19266..b6a59683f 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 28ef815e5..4f2fd7ddd 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 ae61cb637..17bec0fb5 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 f65b22068..8dc40fd8c 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 8198acbfd..3bfda6dee 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 6fda53769..66fc27390 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 f005ddf5e..f7d693030 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 fd71cd5f8..ca7793978 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 947e97bf8..9038b19d0 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 32078d041..020cc2e70 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 ef9086913..5e74e6042 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 5455ed12a..a4332ef9f 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 8ab672ec3..a2dd542c9 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 63417f422..34517752d 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 dae3df299..c146c1f26 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 c3aafa97a..f582836db 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 601658daf..440c87c18 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 20598df24..9fb36d58d 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 0b5a89c7b..367a0e632 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 bb356544b..bf9fda273 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 dfbd3a160..500e00d26 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 77f1b45f8..c113438d4 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 f9f2915c6..6fcf08517 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 a0bd2d567..598b23256 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 eaee6f036..4de7f2c20 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 63caa1924..d270b7fb2 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 b585ab7d6..c6a5df5ec 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 fb1210dae..042ced976 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 865b435e1..303aa03ba 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 43a35d0c4..36c848189 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 21031eded..6f48b7585 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 17c7b7a39..d21957459 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 8c4ee0aab..7957ea719 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 805a8e3ba..ae6611f65 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 352649e5f..31f22608d 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 d6b6e4bc9..7fd412e0f 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 021f17cb7..cf9523789 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 dc4c9c2aa..b07d1c428 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 2df9337a6..5d54c8f1e 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 5e1710f28..a1c398308 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 3f8e0b05e..ddadf2b49 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 14fa8c2cb..b5cb8072e 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 df153313a..7245b4568 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 6b89e65f6..7d14af80f 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 ace024222..5c047798d 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 0bccf8d3a..24255ade3 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 d8f559165..94e19d116 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 c8cd30cd9..f3974b789 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 1c0fc8119..453696c73 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 5eae462b8..a487218c0 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 2bb9532d2..00aa26b75 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 3c3104e5f..54cabb8b5 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 abc3eb6be..575f64e23 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 52c52a8ea..595677f0a 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 7e9d4b175..c770bef87 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 5e45b5743..6a6f7d23b 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 85659b005..c27674a52 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 60fabfa45..544dfcde2 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 c4e0254b7..8b57d91a5 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 024a01cfd..a45ca5e08 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 7859157aa..5e441fc5f 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 969f44cf3..cf8fc50cd 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 df3235bb4..287a47b8e 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 d9b4ebebb..437486c30 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 42bf11049..1c3dfbfd2 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 3700cdd85..6ad4e0f6b 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 96fa9dec6..9846e076f 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 18c66c2ae..b835dd7c8 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 7c37e17b1..91589614a 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 40186ed67..353870b3d 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 90986eaef..9d176222a 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 65da9c566..135111d7b 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 73e0567a9..2d205ce91 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 28ccb3bc5..d080b5081 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 de9d6008f..49a6f3d78 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 f49495710..975d4f2c3 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 034c4d3b6..e7926219d 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 d2bbf996d..0917f3463 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 d4f2f47bb..aea099c57 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 794f227a1..694700034 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 54953915f..967702292 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 f970eeb12..0b2d744fc 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 48e7a25bf..a15d52eee 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 53604fbac..b2f451c8e 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 96cd136cc..b181ff8b9 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 dc785ed5d..dac3176f5 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 dab412c15..9951f0989 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 673dc24c4..09fdff6c4 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 e0c1f1884..2bee55cca 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 de1e449df..99054364a 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 85f97ce5f..ceccd00b9 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 d17ed51c4..8fa9f0f11 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 2d7946036..0ff35b1fb 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 5160ca58e..75af2a82d 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 de9773704..49b432390 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 684bc77bf..099f3aac9 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 a11d1a64c..8e9ead715 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 4d0adf6e2..832152cc8 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 da05b0459..ce32d269d 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 e9e52f37d..487fe27cc 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 6d3b44a59..927ed5709 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 ef23503f0..120a0f13e 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 603554989..4f78f4bb7 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 13abb559c..429de3f6b 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 569f15d38..7b8af0d7a 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 08e8aa29d..b283c9871 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 dcf522fc2..aae76b5cc 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 894f1d24d..a55dc2e56 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 f9d3e0bdc..6174ecc06 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 e0520d92d..45d8a259b 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 da03f87a2..9ab119755 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 364134e18..fbd92488c 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 ed77816a7..fff232c13 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 4790fab33..54a7c9d75 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 d7befe551..1a650ea88 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 200200d24..11992d320 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 bbba89e33..336540606 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 a40d9f328..83574b8e0 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 117cfad75..4d3108e53 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 e064c3858..8e750e0fb 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 15772aa5b..ca433c19b 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 3544755a1..a331984a7 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 8c5691ebb..d44f8e097 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 df7f2d7a3..c47a7f68b 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 503e497f6..15d829d15 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 fd8a2fd2b..dc1b58815 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 992dfe189..4e2d90b16 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 77179c1ee..d4db07ee4 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 9e4d34f26..d5c19f88f 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 39c194272..6a5ace284 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 a7edaa163..6cd0ae61e 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 1544769aa..bb52b5ae1 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 417e46110..6a57a49f9 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 79f654049..694ed5e1c 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 0450dc804..c6a8774b6 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 4f22d6830..50dbfe6f9 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 1b0895bc5..4b388c9a0 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 ae7c0ebd5..b88355745 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 3367a56e2..f53b58d1d 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 049d6e464..b9c880ea3 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 13c977aab..a86991e5c 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 0186a800f..cc60f4650 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 d402f804a..234698105 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 6191d3441..bfd540261 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 d2ebb3cfe..c35818fdb 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 d1589c6c8..5574cc513 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 67b45fe80..a8d46594a 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 6c17cd062..773a570a5 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 d4b2d8e7b..e1c9f84b6 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 f913e191c..9979b3d7a 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 e050563a8..456973d36 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 af91c0630..b68e89a3b 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 35e46cb8b..514a42b57 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 1403ee8ed..64b9b183b 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 c32726b83..73ac10a42 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 7d916aee0..24c872fe0 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 35346e36a..fba211462 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 b91c7fa04..6b5c19c8b 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 7499fcabd..ff7213753 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 4df8c6779..033803c6a 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 af8890b38..70339cbbe 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 bfa046484..922daf689 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 eb80ee44e..09a02526c 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 d434f9806..438fe25a2 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 25612d7c5..0106b372b 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 7ac5e376b..7a6d1b234 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 d75da5776..7e6f43025 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 39416b5ed..942723589 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 f059d9e80..00fa905af 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 66adc472c..868e7fb27 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 faf9175d8..825a8fb6c 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 3b04e1ff6..75e5cbdc6 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 71cc0682d..f83a040fa 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 be083cbea..b5901a7f0 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 0cc8728c4..4aa0dd486 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 f8ed85dc4..e482cbbe8 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 f806e9be0..81e3cede7 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 b8ccd3c16..9efee03cf 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 da52b6cda..a00eedc43 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 ad20bc97d..f2f0c0964 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 22e9ccd49..b3baa6257 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 a045be734..fdf61c41b 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 7c97c5b98..615ecd2ea 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 bd42479e8..c05dbb92d 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 18b026d9f..9fa3a1f78 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 edac567d6..428f53404 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 5a7ba32f1..a83d212a6 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 d5e9cdcb6..61ea5d8f0 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 16e7f0163..9453453af 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 c07593f02..a259373a2 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 ec353ce39..759ee9d89 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 88948dd9f..e79619eab 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 86e2309ea..3ed03b399 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 41cf5c035..2aa75e98f 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 4a833a21b..986292de9 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 933026d57..860d06aba 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 c37149c9d..a8d4a5559 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 656b31174..169689ee3 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 c124bbee2..8af70ac4e 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 d8aaf90dc..bdb6cf44f 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 ee14b1f39..8ba6981ab 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 9b1222028..b64616462 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 85fc2657a..0fc7b59b3 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 074ca017b..308b1cd32 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 5a491bd6b..b66cc9cb7 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 be56ae274..e1507f657 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 b8d3f75d0..169936ca9 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 d9b381f15..86a95d034 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 1ab83e083..bdc1d1347 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 b9fef5f6a..7ca6f95cf 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 2bf258ae8..9a183efa3 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 78e501234..aa35c75e5 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 a2e62bfd3..ad70c1801 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 b7d08e1b6..415f187e1 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 29af119d9..f1522ecc0 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 423622022..e5085ca5f 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 1c7538c75..41496a815 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 cc9f844b7..0feac92b8 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 b78fdcbdd..48914271a 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 81b60495c..21d6aecbc 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 686d04599..85a6a11d0 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 5a341f921..7f1fb518e 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 d8df30ba6..41eb0636a 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 a4c6a63d0..44f740505 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 202a2e4d4..453ac4207 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 41e01f5a0..f4602ac8f 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 98755f7f8..d785835ec 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 f044226d3..37979d86e 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 db432729e..f8415a75d 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 6e8b192fd..98c35eaa0 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 2c7830834..b30d1c541 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 882a4aca6..73e8dd94e 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 c59185cb6..0810f8193 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 5f737d51e..87d139b19 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 b10fad043..54d82d1c4 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 8c529d68c..498e392c7 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 d4ea49236..4f3b7e207 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 a32cb1b40..013a6222f 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 f29f688ec..34370cf8f 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 acfa7539f..f5de8dd34 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 9f4f72438..554623854 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 85edc5d73..425ef3e25 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 25c75f05c..75d62f2ee 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 d480166cd..4ab54c917 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 28a15adf7..920fda793 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 6828d9da4..247b5a043 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 5c3ceae38..f6deec7aa 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 c757f856b..1e5601d1c 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 69965b76a..fa92829bb 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 877cb3c99..3085aaa68 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 f10cb9ed9..89e57be8d 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 e117d1b05..a4a204614 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 2d401c3d4..5e2cb7feb 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 dd26b911c..ad48c4b1f 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 0b36dd3f6..39508f273 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 d008ef2a2..af73ecf42 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 6aa091001..9c63dab97 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 ea071a603..077f4499b 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 fcf0c72ea..3306b5575 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 ceb00a0d3..dc0e16556 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 e906e9d42..70b03c94a 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 946b9858b..183776e31 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 98dd1934e..9f65fc966 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 814ca5b1f..704436c5c 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 8611e0814..62916180d 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 31259ffb8..f60483c3a 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 3a2bd5f3a..c36ef5dd0 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 3fd659ffb..90c61d6bc 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 3cde6694a..ab6baa909 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 7cc8dbe29..62ad2fc09 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 1fa60ee96..d92b37404 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 16906f842..d1b081ed9 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 bc714cb6a..a61bdede4 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 572cbdb55..b67108761 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 a34a841ed..60ad3248d 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 165f0a5e5..ce56b5b94 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 82cff68d1..d35512a5d 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 b23030e6d..37d2f535e 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 e6fcd3f3e..1f6f0eb4b 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 f193f45f2..7eacadce3 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 b39dbcdcc..b07ae0c07 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 4488cce07..863b290b1 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 2130c2079..26cc02419 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 40e951107..d5e58a6d5 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 5e2bb66ce..4acb79803 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 4a30d9115..fd7519235 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 ccf584bbe..2b2b4ec15 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 a1e56fb7a..ae4acdfd6 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 38c65cb90..094f1a7ae 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 142e6604c..96e1b85a1 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 4b5860baa..dd12ee627 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 3cc1506d6..8eeb605c1 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 fb683176a..62301de4e 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 b5e21ccbe..64d82b58f 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 318f629e5..619c63cdb 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 d55ae559f..ba0f1f57a 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 d66d48112..6be581965 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 282fa5593..ac48821eb 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 6c9ba2486..d1194abf8 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 7c32ab403..b0356e142 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 51351e4b1..d09ec2da3 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 aef55f0ed..fa0f200d5 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 402b30b7e..9482d9886 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 edce7523c..0a1b7db8d 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 1836dba70..379a7ac36 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 a81448afe..d6332046c 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 082f53673..4dbcfbffc 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 fbfc5de0d..7dec0e373 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 d8c678e6a..9386fd4b3 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 7b6cec18a..69b2df230 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 47e80daaa..46978abc4 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 0ee6f93a8..82f364866 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 3c1aa7805..f2e56cf77 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 1ff9ba880..411241f21 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 1319635a1..163990252 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 6aa687579..4092a2f6f 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 1ef29cc1a..e16f6a0f1 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 0de182187..94dec59aa 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
 #
 ###
 
-- 
GitLab