Mentions légales du service

Skip to content
Snippets Groups Projects

Feature/issue94

Merged Mathieu Faverge requested to merge faverge/chameleon:feature/issue94 into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -160,7 +160,11 @@ void print_usage( const char* prog_name )
str, param->helper );
}
printf( "\n" );
printf( "\n"
"For example: %s -H -o gemm -t 2 -m 2000 -n 2000 -k 2000 -b 200\n"
" will run one gemm with three matrices of size 2000x2000 each and a tile size of 200.\n"
" The output will be in the human readable format\n"
"\n" );
}
}
Loading