Mentions légales du service

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

fix tsmqr with workc usage: some gemm are done with T but lower parts of the...

fix tsmqr with workc usage: some gemm are done with T but lower parts of the matrix blocks was not initialized to 0
parent 3be27936
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ RunTest(int *iparam, double *dparam, morse_time_t *t_)
/* Allocate Workspace */
MORSE_Alloc_Workspace_zgels_Tile(M, N, &descT);
memset(descT->mat, 0, (descT->llm*descT->lln)*sizeof(MorseComplexDouble));
/* Do the computations */
START_TIMING();
......
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