This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

shraiysh created this revision.Jun 7 2022, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 1:31 PM
shraiysh requested review of this revision.Jun 7 2022, 1:31 PM

Ping for review!

This revision is now accepted and ready to land.Jun 20 2022, 7:34 AM
peixin accepted this revision.Jun 20 2022, 7:57 AM
peixin added inline comments.
mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
573

Nit: Usually we say parameter meaning one constant expression In OpenMP standard?

This revision was automatically updated to reflect the committed changes.
shraiysh added inline comments.Jun 21 2022, 1:39 AM
mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
573

I remember addressing this comment but it somehow did not get added when landing. Pushing as an NFC.

shraiysh added inline comments.Jun 21 2022, 3:01 AM
mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
573