This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add interface for 5.1 scope construct
ClosedPublic

Authored by hbae on Aug 13 2021, 5:34 PM.

Details

Summary

The new interface only marks begin/end of a scope construct for
corresponding OMPT events, and we can use existing interfaces for
reduction operations.

Diff Detail

Event Timeline

hbae created this revision.Aug 13 2021, 5:34 PM
hbae requested review of this revision.Aug 13 2021, 5:34 PM
This revision is now accepted and ready to land.Sep 6 2021, 4:31 AM
This revision was automatically updated to reflect the committed changes.