Mentions légales du service

Skip to content
Snippets Groups Projects

Use blocked algorithm as the default one

All threads resolved!
+ 1
1
@@ -24,7+24,7 @@
* @precisions normal z -> s d c
*
*/
+1
#include "control/common.h"
/**
********************************************************************************
@@ -62,7+62,7 @@
}
ws = calloc( 1, sizeof( struct chameleon_pzgetrf_s ) );
ws->alg = ChamGetrfNoPiv;
ws->alg = ChamGetrfPPiv;
ws->ib = CHAMELEON_IB;
{
Loading