This is an archive of the discontinued LLVM Phabricator instance.

[OMPT] Distinguish different barrier kinds
ClosedPublic

Authored by hbae on Feb 14 2019, 12:44 PM.

Details

Summary

This change makes the runtime decide the intended use of each barrier invocation, for the OMPT synchronization tool callbacks.
5.0 Specification defines four possible barrier kinds -- implicit, explicit, implementation, and just normal barrier.

Diff Detail

Repository
rOMP OpenMP

Event Timeline

hbae created this revision.Feb 14 2019, 12:44 PM
This revision is now accepted and ready to land.Feb 28 2019, 12:53 PM
This revision was automatically updated to reflect the committed changes.