[all-commits] [llvm/llvm-project] 482c1d: [mlir][openacc] Add descriptions for new acc data ...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Fri Apr 21 10:22:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 482c1dfed314df844c3de68f02bb7c5708dea4bf
https://github.com/llvm/llvm-project/commit/482c1dfed314df844c3de68f02bb7c5708dea4bf
Author: Razvan Lupusoru <rlupusoru at nvidia.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
Log Message:
-----------
[mlir][openacc] Add descriptions for new acc data operations
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.
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D148860
More information about the All-commits
mailing list