The acc.loop operation was constrained by the SingleBlockImplicitTerminator.
This patch relax this constraint to allow multiple block in the loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148025
[mlir][openacc] Relax the single block constraint on acc.loop ClosedPublic Authored by clementval on Apr 11 2023, 9:37 AM.
Details Summary The acc.loop operation was constrained by the SingleBlockImplicitTerminator.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 11 2023, 9:43 AM Closed by commit rG7951ab12b967: [mlir][openacc] Relax the single block constraint on acc.loop (authored by clementval). · Explain WhyApr 11 2023, 10:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 512494 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/test/Dialect/OpenACC/ops.mlir
|