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

[MLIR][OpenMP] Use same helper to translate all loops, NFC #246

Closed

Conversation

skatrak
Copy link
Member

@skatrak skatrak commented Jan 17, 2025

This patch makes the translation of workshare loops also use the convertLoopNestHelper function to handle the omp.loop_nest wrapped by the corresponding omp.wsloop or omp.distribute operation.

This patch makes the translation of workshare loops also use the
`convertLoopNestHelper` function to handle the `omp.loop_nest` wrapped by the
corresponding `omp.wsloop` or `omp.distribute` operation.
@skatrak
Copy link
Member Author

skatrak commented Jan 17, 2025

Copy link

@DominikAdamski DominikAdamski left a comment

Choose a reason for hiding this comment

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

LGTM

@skatrak
Copy link
Member Author

skatrak commented Jan 20, 2025

Thanks Dominik for the review, I just re-created this PR internally. Closing this one.

@skatrak skatrak closed this Jan 20, 2025
@skatrak skatrak deleted the users/skatrak/refactor-loop-01-workshare branch January 20, 2025 16:36
kzhuravl pushed a commit that referenced this pull request Jan 31, 2025
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