diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h
index fe50552f405fdef0e5e985d3ebcdcdd39e49b4d5..9dbc2678d2f9e609889a0590ecd92b96d6515e8a 100644
--- a/include/chameleon/constants.h
+++ b/include/chameleon/constants.h
@@ -18,7 +18,8 @@
  * @author Florent Pruvost
  * @author Alycia Lisito
  * @author Terry Cojean
- * @date 2023-07-04
+ * @author Matthieu Kuhn
+ * @date 2023-08-22
  *
  */
 #ifndef _chameleon_constants_h_
@@ -268,6 +269,8 @@ typedef enum chameleon_gemm_e {
 typedef enum chameleon_getrf_e {
     ChamGetrfNoPiv,
     ChamGetrfNoPivPerColumn,
+    ChamGetrfPPiv,
+    ChamGetrfPPivPerColumn,
 } cham_getrf_t;
 
 #define ChameleonTrd            1001