This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix for distributed barrier
ClosedPublic

Authored by tlwilmar on Jan 12 2023, 8:37 AM.

Details

Summary

Distributed barrier was found to cause hangs in some test cases. Found that a section updating the barrier size was improperly shifted to a different code section during patching. Restored to original location, all tests run to completion.

Diff Detail

Event Timeline

tlwilmar created this revision.Jan 12 2023, 8:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 8:37 AM
tlwilmar requested review of this revision.Jan 12 2023, 8:37 AM
Nawrin accepted this revision.Jan 20 2023, 11:38 AM

LGTM

This revision is now accepted and ready to land.Jan 20 2023, 11:38 AM
This revision was automatically updated to reflect the committed changes.