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
This overhauls the DAG benchmarks to address some long standing issues:
- Instead of measuring the combined time taken to generate a graph and
all the graphs that come before it (i.e., TDAG -> CDAG -> IDAG), only
measure the generation of the graph being benchmarked.
- Don't measure benchmark context creation / destruction.
- Fix IDAG benchmarks creating host tasks instead of device tasks (i.e.,
number of devices and p2p copy support had no effect).
- Fix scheduler benchmarks comparing against single-threaded TDAG + CDAG
generation, instead of all three graphs.
- Remove outdated "throttled submission" scheduler benchmarks.
0 commit comments