Flatten arrays in proc state
Open
optimizer
scheduler
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Proc state elements of array type can be a scheduling barrier- even if each individual array element has a short backedge, the entire array can have a long backedge that limits throughput. In some cases, it may be profitable to flatten an array into its constituent elements.
Contributor guide
Assessment
This issue has not been assessed yet.