Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unity][Doc] Document passes that depend on DataflowBlocks and encourage using ConvertToDataflow #16514

Merged
merged 3 commits into from Feb 6, 2024

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
19 checks passed
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.

None yet

2 participants