Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f5135a87 authored by BOUCHERIE Raphael's avatar BOUCHERIE Raphael
Browse files

Corection of the tile_syze and inner_block_size

parent 66f35c13
No related branches found
No related tags found
1 merge request!47Integration of hierarchicah householder reduction trees
......@@ -185,8 +185,8 @@ int main (int argc, char **argv)
else*/
MORSE_Init( ncores, ngpus);
MORSE_Disable(MORSE_AUTOTUNING);
MORSE_Set(MORSE_TILE_SIZE, 20 );
MORSE_Set(MORSE_INNER_BLOCK_SIZE, 7 );
MORSE_Set(MORSE_TILE_SIZE, 320 );
MORSE_Set(MORSE_INNER_BLOCK_SIZE, 48 );
argc -= 4;
argv += 4;
......
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