Implemented the basic changes for defining master operation in OpenMP.
It uses the generic parser and printer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D80689
[MLIR][OpenMP] Defined master operation in OpenMP Dialect ClosedPublic Authored by anchu-rajendran on May 27 2020, 10:50 PM.
Details Summary Implemented the basic changes for defining master operation in OpenMP.
Diff Detail
Event Timelineanchu-rajendran added reviewers: kiranchandramohan, DavidTruby, ftynse, kiranktp.May 27 2020, 10:57 PM Comment Actions
Hi, Yes, I have meant to state that. Thank You! I have modified the summary. anchu-rajendran added reviewers: kiranchandramohan, mehdi_amini, DavidTruby, ftynse.May 28 2020, 8:44 PM This revision is now accepted and ready to land.May 29 2020, 3:11 AM Closed by commit rGdbb5979d158c: [MLIR][OpenMP] Defined master operation in OpenMP Dialect (authored by anchu-rajendran). · Explain WhyMay 29 2020, 10:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 266744 mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/test/Dialect/OpenMP/ops.mlir
|