Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f584accd authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'eviden/blockedAsDefaultGetrfAlgorithm' into 'master'

Use blocked algorithm as the default one

See merge request !467
parents c3e251d9 4e9f28ff
No related branches found
No related tags found
1 merge request!467Use blocked algorithm as the default one
......@@ -62,7 +62,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