This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OMPT] Add 'Initialized' flag
ClosedPublic

Authored by mhalk on Jul 13 2023, 4:58 AM.

Details

Summary

We observed some overhead and unnecessary debug output.
This can be alleviated by (re-)introduction of a boolean that indicates, if the
OMPT initialization has been performed.

Diff Detail

Event Timeline

mhalk created this revision.Jul 13 2023, 4:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 4:58 AM
mhalk requested review of this revision.Jul 13 2023, 4:58 AM
Herald added a project: Restricted Project. · View Herald Transcript
jdoerfert accepted this revision.Jul 20 2023, 12:20 PM
This revision is now accepted and ready to land.Jul 20 2023, 12:20 PM
This revision was automatically updated to reflect the committed changes.