Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8580d1d7 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add type!

parent 1432bf39
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ void morse_pzpotrf(MORSE_enum uplo, MORSE_desc_t *A,
#if !defined(CHAMELEON_SIMULATION)
int nb = magma_get_zpotrf_nb(A->nb);
#else
nb = A->nb;
int nb = A->nb;
#endif
ws_host = sizeof(MORSE_Complex64_t)*nb*nb;
}
......
......@@ -62,7 +62,7 @@ void morse_pzpotrimm(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_de
#if !defined(CHAMELEON_SIMULATION)
int nb = magma_get_zpotrf_nb(A->nb);
#else
nb = A->nb;
int nb = A->nb;
#endif
RUNTIME_options_ws_alloc( &options, nb*nb, 0 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment