dpbench icon indicating copy to clipboard operation
dpbench copied to clipboard

Benchmark suite to evaluate Data Parallel Extensions for Python

Results 13 dpbench issues
Sort by recently updated
recently updated
newest added

- Remove `device` and `run_id` from `postfixes`. - Add `device` to `results`. - Remove `platform` from `results`. - Add `host_name` and `name` to `run`. - Don't allow user to specify...

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...

``` File "/home/akalistr/miniconda3/envs/dpbench-dev/bin/dpbench", line 33, in sys.exit(load_entry_point('dpbench', 'console_scripts', 'dpbench')()) File "/home/akalistr/repo/dpbench/dpbench/console/entry.py", line 134, in main execute_run(args, conn) File "/home/akalistr/repo/dpbench/dpbench/console/run.py", line 172, in execute_run runner.run_benchmark_and_save( File "/home/akalistr/repo/dpbench/dpbench/infrastructure/benchmark_runner.py", line 372, in run_benchmark_and_save...