The acc.declare operation represent the implicit
region of variable in the declare directive in the function
(and subroutine in fortran).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158314
[mlir][openacc] Introduce acc.declare operation ClosedPublic Authored by clementval on Aug 18 2023, 2:33 PM.
Details Summary The acc.declare operation represent the implicit
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2023, 2:48 PM Closed by commit rG804b9979c522: [mlir][openacc] Introduce acc.declare operation (authored by clementval). · Explain WhyAug 21 2023, 8:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552031 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir
|