You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helper function runner.run_benchmarks does not offer a way to run the benchmarks with an external set of framework configurations.
I want to run dpbench in batch mode with a set of framework configs that change the sycl_device attribute. However, as the runner.run_benchmarks only reads configs from the default location, I cannot submit multiple jobs where each job has a different sycl_device.
The text was updated successfully, but these errors were encountered:
diptorupd
changed the title
Provide a way to run benchmarks with alternat framework configs
Provide a way to run benchmarks with alternate framework configs
May 10, 2023
I agree that we need to provide external framework support, but for this particular problem we can just use run flag:
> dpbench run --help
Subcommand to run benchmark executions.
options:
--sycl-device [SYCL_DEVICE]
Sycl device to overwrite for framework configurations.
The helper function
runner.run_benchmarks
does not offer a way to run the benchmarks with an external set of framework configurations.I want to run dpbench in batch mode with a set of framework configs that change the
sycl_device
attribute. However, as therunner.run_benchmarks
only reads configs from the default location, I cannot submit multiple jobs where each job has a differentsycl_device
.The text was updated successfully, but these errors were encountered: