From 745c142bfe1dc8a19cf8a33db674351a0efaeaa6 Mon Sep 17 00:00:00 2001 From: Matthieu Kuhn <matthieu.kuhn@atos.net> Date: Thu, 20 Apr 2023 18:06:04 +0200 Subject: [PATCH] include/constants: Add the GetrfPpiv[PerColumn] variables --- include/chameleon/constants.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h index fe50552f4..9dbc2678d 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 -- GitLab