acc.serial op is modeled on the acc.parallel op.
acc.yield operation must then accept acc.serial has a parent
operation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148258
[mlir][openacc] Accept acc.serial has parent of acc.yield op ClosedPublic Authored by clementval on Apr 13 2023, 11:05 AM.
Details Summary acc.serial op is modeled on the acc.parallel op.
Diff Detail
Event Timelineclementval retitled this revision from [mlir][openacc] Accpet acc.serial has parent of acc.yield op to [mlir][openacc] Accept acc.serial has parent of acc.yield op.Apr 13 2023, 11:05 AM This revision is now accepted and ready to land.Apr 13 2023, 12:29 PM Closed by commit rG8a21dfe1bd9f: [mlir][openacc] Accept acc.serial has parent of acc.yield op (authored by clementval). · Explain WhyApr 13 2023, 2:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 513364 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/test/Dialect/OpenACC/ops.mlir
|