-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[Flang][OpenMP][Docs] Update target-related support in Flang docs, NFC #150443
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
Conversation
ergawy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
loop-related changes LGTM! Thanks for the updates Sergio!
kiranchandramohan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Sergio, for the update. Can you clarify in the summary (reduction is supported?), what is the change here?
I saw the following issue in our tracker. But is probably a separate issue.
#148709
LGTM.
Thanks Kiran, just updated the PR description. The issue does look like some edge case, but reductions on |
|
I wonder if this should be backported to LLVM 21 so that the documentation remains correct there too? |
|
/cherry-pick 1598062 |
|
/pull-request #151493 |
llvm#150443) Update docs to state that reduction is supported on OpenMP `loop` and `teams` standalone and compound constructs. (cherry picked from commit 1598062)
Update docs to state that reduction is supported on OpenMP
loopandteamsstandalone and compound constructs.