Early scheduling of multiple channel operations on the same channel
Open
csp
scheduler
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
The adapter used to legalize multiple channel operations on the same channel will always schedule the ultimate operation in a single cycle. It may be the case that a channel operation is ready early, and analysis could determine that other operations will not fire within the following N cycles. If that can be proven, the channel operation can fire in an earlier pipeline stage, reducing pipeline registers.
Contributor guide
Assessment
This issue has not been assessed yet.