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.
Paths
| Differential D148860
[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 I also added description for each operand in the data entry
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 20 2023, 6:31 PM Comment Actions 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 Closed by commit rG482c1dfed314: [mlir][openacc] Add descriptions for new acc data operations (authored by razvanlupusoru). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515536 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
|