This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] libomp: Add itt notifications to sync dependent tasks.
ClosedPublic

Authored by AndreyChurbanov on Apr 4 2022, 8:51 AM.

Details

Summary

Intel Inspector uses itt notifications to analyze code execution, and it reports race conditions in dependent tasks.
This patch fixes the issue notifying Inspector on tasks dependency synchronizations.

Diff Detail

Event Timeline

AndreyChurbanov created this revision.Apr 4 2022, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 8:51 AM
AndreyChurbanov requested review of this revision.Apr 4 2022, 8:51 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 5 2022, 9:31 AM
This revision was automatically updated to reflect the committed changes.