Refactor StreamingIOPipeline to separate proc-only and function-only objects
Open
cleanup
ir
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
In block conversion, `StreamingIOPipeline` is used for both functions and procs, but some elements in it are only used/set by one or the other. There should be a `std::variant` that separates these elements.
Contributor guide
Assessment
This issue has not been assessed yet.