Easy way to determine which graph passes get applied
Open
feature request
triaged
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 850
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 10
Description
We have a large number of graph pass optimizations. When a model gets optimized, it's not clear which passes actually get applied (i.e. change the MIL graph). We should have an easy way to determine this.
Determining this information might be computationally costly; there may be no better way to determine it than comparing the graph before and after each pass runs. We probably don't want this behavior enabled by default.
Contributor guide
Assessment
This issue has not been assessed yet.