Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e90f5af1 authored by Philippe SWARTVAGHER's avatar Philippe SWARTVAGHER Committed by Mathieu Faverge
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 53c1dc35
No related branches found
No related tags found
1 merge request!262Add an option to wait for graph submission before executing in testings
...@@ -184,12 +184,9 @@ void print_usage( const char* prog_name ) ...@@ -184,12 +184,9 @@ void print_usage( const char* prog_name )
" Timings are reported respectively as 'tsub' for the graph submission time, and 'time'\n" " Timings are reported respectively as 'tsub' for the graph submission time, and 'time'\n"
" for the execution time.\n" " for the execution time.\n"
" By default the synchronous tile interface is used to perform the timings. 'tsub' is null.\n" " By default the synchronous tile interface is used to perform the timings. 'tsub' is null.\n"
" If the --async option is enabled, then the asynchronous interface is called. 'tsub' reports " If the --async option is enabled, then the asynchronous interface is called. 'tsub' reports\n"
" " the task submission time, and 'time' the execution time that includes 'tsub'.\n"
" the task submission time, and 'time' the execution time that includes 'tsub'. " If the --splitsub option is enabled, then the asynchronous interface is called and task\n"
"
" If the --splitsub option is enabled, then the asynchronous interface is called and task
"
" submission is fully performed before starting the computation. 'tsub' reports the\n" " submission is fully performed before starting the computation. 'tsub' reports the\n"
" task submission time, and 'time' the execution time excluding 'tsub'.\n" " task submission time, and 'time' the execution time excluding 'tsub'.\n"
" Note that the 'gflops' field is always computed with 'time'\n" ); " Note that the 'gflops' field is always computed with 'time'\n" );
......
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