Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f9b1c278 authored by LISITO Alycia's avatar LISITO Alycia Committed by Mathieu Faverge
Browse files

zgetrf: Add missing ipiv_flush

parent c9e4cb16
No related branches found
No related tags found
1 merge request!494zgetrf: use workspaces in update
......@@ -394,6 +394,7 @@ CHAMELEON_zgetrf_Tile( CHAM_desc_t *A, CHAM_ipiv_t *IPIV )
ws = CHAMELEON_zgetrf_WS_Alloc( A );
CHAMELEON_zgetrf_Tile_Async( A, IPIV, ws, sequence, &request );
CHAMELEON_Desc_Flush( A, sequence );
CHAMELEON_Ipiv_Flush( IPIV, sequence );
chameleon_sequence_wait( chamctxt, sequence );
CHAMELEON_zgetrf_WS_Free( ws );
......
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