Skip to content

Conversation

@slyubomirsky
Copy link
Contributor

Many Relax passes that rely on dataflow blocks do not explicitly state that they do. This is relevant for the phase ordering, since ToNonDataflow is eventually used. Additionally, if a user did not manually insert dataflow blocks, the pass ConvertToDataflow can be used to automatically extract dataflow blocks. This PR adds doc comments for passes that do depend on DF blocks and also adds notes suggesting the use of ConvertToDataflow to ensure that there will be DF blocks for these passes (if applicable).

Copy link
Member

@yongwww yongwww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yongwww yongwww merged commit 6a2459f into apache:main Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants