Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 745c142b authored by Matthieu Kuhn's avatar Matthieu Kuhn Committed by Mathieu Faverge
Browse files

include/constants: Add the GetrfPpiv[PerColumn] variables

parent 5b1fc4d2
No related branches found
No related tags found
1 merge request!378LU factorization with partial pivoting per column (warning: panel only)
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
* @author Florent Pruvost * @author Florent Pruvost
* @author Alycia Lisito * @author Alycia Lisito
* @author Terry Cojean * @author Terry Cojean
* @date 2023-07-04 * @author Matthieu Kuhn
* @date 2023-08-22
* *
*/ */
#ifndef _chameleon_constants_h_ #ifndef _chameleon_constants_h_
...@@ -268,6 +269,8 @@ typedef enum chameleon_gemm_e { ...@@ -268,6 +269,8 @@ typedef enum chameleon_gemm_e {
typedef enum chameleon_getrf_e { typedef enum chameleon_getrf_e {
ChamGetrfNoPiv, ChamGetrfNoPiv,
ChamGetrfNoPivPerColumn, ChamGetrfNoPivPerColumn,
ChamGetrfPPiv,
ChamGetrfPPivPerColumn,
} cham_getrf_t; } cham_getrf_t;
#define ChameleonTrd 1001 #define ChameleonTrd 1001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment