schedule proto should expose critical path information
Open
scheduler
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
currently the schedule proto contains delay per op per stage, but not the actual critical path delay estimate.
we could mirror the analysis done in `delay_info_main` and `benchmark_main` (assuming it's not too costly) to add structured critical path delay information to the schedule proto so that it can be leveraged by other tools.
Contributor guide
Assessment
This issue has not been assessed yet.