Mentions légales du service

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

getrf: fix coverity warning

parent 63e07054
No related branches found
No related tags found
1 merge request!378LU factorization with partial pivoting per column (warning: panel only)
......@@ -19,7 +19,7 @@
* @author Florent Pruvost
* @author Matthieu Kuhn
* @author Lionel Eyraud-Dubois
* @date 2023-07-05
* @date 2023-08-22
*
* @precisions normal z -> s d c
*
......@@ -409,7 +409,7 @@ CHAMELEON_zgetrf_Tile_Async( CHAM_desc_t *A,
ws = user_ws;
}
chameleon_pzgetrf( user_ws, A, IPIV, sequence, request );
chameleon_pzgetrf( ws, A, IPIV, sequence, request );
if ( user_ws == NULL ) {
CHAMELEON_Desc_Flush( A, sequence );
......
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