Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 203983e7 authored by Xavier Lacoste's avatar Xavier Lacoste
Browse files

Use blocked algorithm as the default one

parent c3e251d9
No related branches found
No related tags found
1 merge request!467Use blocked algorithm as the default one
......@@ -24,6 +24,7 @@
* @precisions normal z -> s d c
*
*/
#include "chameleon/constants.h"
#include "control/common.h"
/**
......@@ -62,7 +63,7 @@ CHAMELEON_zgetrf_WS_Alloc( const CHAM_desc_t *A )
}
ws = calloc( 1, sizeof( struct chameleon_pzgetrf_s ) );
ws->alg = ChamGetrfNoPiv;
ws->alg = ChamGetrfPPiv;
ws->ib = CHAMELEON_IB;
{
......
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