Map channels to nodes in package
Open
ir
long-term-enhancement
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Currently there is no mapping from channel to nodes in an IR package. This makes it awkward, for exmaple, to find the send/receive node assocated with a channel. We should add such a map. The downside is the necessity of keeping the map up to date as send/receive nodes are added/removed from the graph.
Contributor guide
Assessment
This issue has not been assessed yet.