@@ -117,9 +117,9 @@ SPDX-License-Identifier: Apache-2.0
1171174. All available options are available using ` dpbench --help` and ` dpbench < command> --help` :
118118
119119 ```
120- usage: dpbench [-h] [-b [BENCHMARKS]] [-i [IMPLEMENTATIONS]] [-a | --all-implementations | --no-all-implementations] [--version] [-r [RUN_ID]] [--last-run | --no-last-run]
121- [-d [RESULTS_DB]] [--log-level [{critical,fatal,error,warning,info,debug}]]
122- {run,report,config} ...
120+ usage: dpbench [-h] [-b [BENCHMARKS]] [-i [IMPLEMENTATIONS]] [-a | --all-implementations | --no-all-implementations] [--version] [-r [RUN_ID]] [--last-run | --no-last-run] [-d [RESULTS_DB]]
121+ [--log-level [{critical,fatal,error,warning,info,debug}]]
122+ {run,report,config} ...
123123
124124 positional arguments:
125125 {run,report,config}
@@ -131,50 +131,52 @@ SPDX-License-Identifier: Apache-2.0
131131 -i [IMPLEMENTATIONS], --implementations [IMPLEMENTATIONS]
132132 Comma separated list of implementations. Use --all-implementations to load all available implementations.
133133 -a , --all-implementations, --no-all-implementations
134- If set, all available implementations will be loaded. (default: False)
134+ If set, all available implementations will be loaded.
135135 --version show program' s version number and exit
136136 -r [RUN_ID], --run-id [RUN_ID]
137137 run_id to perform actions on. Use --last-run to use latest available run, or leave empty to create new one.
138138 --last-run, --no-last-run
139- Sets run_id to the latest run_id from the database. (default: False)
139+ Sets run_id to the latest run_id from the database.
140140 -d [RESULTS_DB], --results-db [RESULTS_DB]
141141 Path to a database to store results.
142142 --log-level [{critical,fatal,error,warning,info,debug}]
143143 Log level.
144144 ```
145145
146146 ```
147- usage: dpbench run [-h] [-p [{S,M,L}]] [-s | --validate | --no-validate] [--dpbench | --no-dpbench] [--npbench | --no-npbench] [--polybench | --no-polybench] [-r [REPEAT]] [-t [TIMEOUT] ]
148- [--precision [{single,double}]] [--print-results | --no-print-results] [--save | --no-save] [--sycl-device [SYCL_DEVICE]]
149- [--skip-expected-failures | --no-skip-expected-failures]
147+ usage: dpbench run [-h] [-p [{S,M16Gb, M,L}]] [-s | --validate | --no-validate] [--dpbench | --no-dpbench] [--experimental- npbench | --no-experimental- npbench] [--experimental- polybench | --no-experimental-polybench ]
148+ [--experimental-rodinia | --no-experimental-rodinia] [-r [REPEAT]] [-t [TIMEOUT]] [--precision [{single,double}]] [--print-results | --no-print-results] [--save | --no-save] [--sycl-device [SYCL_DEVICE]]
149+ [--skip-expected-failures | --no-skip-expected-failures]
150150
151151 Subcommand to run benchmark executions.
152152
153153 options:
154154 -h, --help show this help message and exit
155- -p [{S,M,L}], --preset [{S,M,L}]
155+ -p [{S,M16Gb, M,L}], --preset [{S,M16Gb ,M,L}]
156156 Preset to use for benchmark execution.
157157 -s, --validate, --no-validate
158- Set if the validation will be run for each benchmark. (default: True)
158+ Set if the validation will be run for each benchmark.
159159 --dpbench, --no-dpbench
160- Set if run dpbench benchmarks. (default: True)
161- --npbench, --no-npbench
162- Set if run npbench benchmarks. (default: False)
163- --polybench, --no-polybench
164- Set if run polybench benchmarks. (default: False)
160+ Set if run dpbench benchmarks.
161+ --experimental-npbench, --no-experimental-npbench
162+ Set if run npbench benchmarks.
163+ --experimental-polybench, --no-experimental-polybench
164+ Set if run polybench benchmarks.
165+ --experimental-rodinia, --no-experimental-rodinia
166+ Set if run rodinia benchmarks.
165167 -r [REPEAT], --repeat [REPEAT]
166168 Number of repeats for each benchmark.
167169 -t [TIMEOUT], --timeout [TIMEOUT]
168170 Timeout time in seconds for each benchmark execution.
169171 --precision [{single,double}]
170172 Data precision to use for array initialization.
171173 --print-results, --no-print-results
172- Show the result summary or not (default: True)
173- --save, --no-save Either to save execution into database. (default: True)
174+ Show the result summary or not
175+ --save, --no-save Either to save execution into database.
174176 --sycl-device [SYCL_DEVICE]
175177 Sycl device to overwrite for framework configurations.
176178 --skip-expected-failures, --no-skip-expected-failures
177- Either to save execution into database. (default: True)
179+ Either to save execution into database.
178180 ```
179181
180182 ```
0 commit comments