Mentions légales du service

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

compute/pzsytrf.c: fix link problem, magma_get_zsytrf_nb does not exist

parent 97b8d56f
No related branches found
No related tags found
No related merge requests found
......@@ -53,13 +53,6 @@ void morse_pzsytrf(MORSE_enum uplo, MORSE_desc_t *A,
return;
RUNTIME_options_init(&options, morse, sequence, request);
#ifdef CHAMELEON_USE_MAGMA
if (0) /* Disable the workspace as long as it is is not used*/
{
int nb = magma_get_zsytrf_nb(A->nb);
ws_host = sizeof(MORSE_Complex64_t)*nb*nb;
}
#endif
RUNTIME_options_ws_alloc( &options, 0, ws_host );
/*
......
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