This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Add descriptions for new acc data operations
ClosedPublic

Authored by razvanlupusoru on Apr 20 2023, 5:05 PM.

Details

Summary

The acc.bounds operation now clarifies that it is meant to be
zero-based. I added example for both C++ and Fortran to
show the normalized representation.

I also added description for each operand in the data entry
and data exit operations.

Diff Detail

Event Timeline

razvanlupusoru created this revision.Apr 20 2023, 5:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 5:05 PM
razvanlupusoru requested review of this revision.Apr 20 2023, 5:05 PM

Fixed a few words.

clementval accepted this revision.Apr 20 2023, 6:31 PM

Thanks for adding this. LGTM

This revision is now accepted and ready to land.Apr 20 2023, 6:31 PM

Just two small fixes (adding a `` and moving a parenthesis). I double-checked the generated .md files and I am content with the output now.

This revision was landed with ongoing or failed builds.Apr 21 2023, 10:22 AM
This revision was automatically updated to reflect the committed changes.