Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
e90f5af1
Commit
e90f5af1
authored
3 years ago
by
Philippe SWARTVAGHER
Committed by
Mathieu Faverge
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
53c1dc35
No related branches found
No related tags found
1 merge request
!262
Add an option to wait for graph submission before executing in testings
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/chameleon_ztesting.c
+3
-6
3 additions, 6 deletions
testing/chameleon_ztesting.c
with
3 additions
and
6 deletions
testing/chameleon_ztesting.c
+
3
−
6
View file @
e90f5af1
...
@@ -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
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment