diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index 7a3890c07960c3835f5b1044deb3095750ce9f0f..506b8a9d8ea6b6a6db3f1f0f14bc037659472b62 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -11,14 +11,14 @@
  *
  * @brief Chameleon zplrnt wrappers
  *
- * @version 1.2.0
+ * @version 1.3.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 2022-02-22
+ * @date 2024-03-08
  * @precisions normal z -> s d c
  *
  */
@@ -251,11 +251,6 @@ int CHAMELEON_zplrnt_Tile_Async( CHAM_desc_t     *A,
         chameleon_error("CHAMELEON_zplrnt_Tile", "invalid descriptor");
         return chameleon_request_fail(sequence, request, CHAMELEON_ERR_ILLEGAL_VALUE);
     }
-    /* Check input arguments */
-    if (A->nb != A->mb) {
-        chameleon_error("CHAMELEON_zplrnt_Tile", "only square tiles supported");
-        return chameleon_request_fail(sequence, request, CHAMELEON_ERR_ILLEGAL_VALUE);
-    }
 
     /* Quick return */
     if (chameleon_min( A->m, A->n ) == 0)