This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] libomp: add itt notifications for teams construct on host
ClosedPublic

Authored by AndreyChurbanov on Jul 17 2020, 6:53 AM.

Details

Summary

Added barrier/regions notification for parallels inside teams construct when
number of teams equal to 1, as VTune only shows outer level regions for simplicity.

Diff Detail

Event Timeline

AndreyChurbanov retitled this revision from [OpenMP] libomp: added itt notifications for teams construct on host. to [OpenMP] libomp: add itt notifications for teams construct on host.Jul 17 2020, 7:04 AM
jdoerfert accepted this revision.Jul 17 2020, 9:13 AM

LGTM, feel free to wait for another opinion ;)

This revision is now accepted and ready to land.Jul 17 2020, 9:13 AM
hbae accepted this revision.Jul 17 2020, 9:36 AM

LGTM.

This revision was automatically updated to reflect the committed changes.