This patch adds omp.taskgroup operation according to OpenMP 5.0 2.17.6.
Also added tests for the same.
Paths
| Differential D127250
[mlir][OpenMP] Add omp.taskgroup operation ClosedPublic Authored by shraiysh on Jun 7 2022, 1:31 PM.
Details Summary This patch adds omp.taskgroup operation according to OpenMP 5.0 2.17.6. Also added tests for the same.
Diff Detail
Event Timelineshraiysh added reviewers: kiranktp, kiranchandramohan, peixin, arnamoy10, NimishMishra.Jun 7 2022, 8:07 PM This revision is now accepted and ready to land.Jun 20 2022, 7:34 AM Closed by commit rG23fec3405be3: [mlir][OpenMP] Add omp.taskgroup operation (authored by shraiysh). · Explain WhyJun 20 2022, 9:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 438551 mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
mlir/test/Dialect/OpenMP/ops.mlir
|
Nit: Usually we say parameter meaning one constant expression In OpenMP standard?