This is an archive of the discontinued LLVM Phabricator instance.

Fix for crash in task dependencies
ClosedPublic

Authored by tlwilmar on Jun 15 2016, 9:00 AM.

Details

Summary

With single thread using __kmpc_omp_wait_deps segfaults in openmp runtime. Offloading with depend also encounters this problem when we generate kmpc_omp_wait_deps instead of kmpc_omp_task_with_deps.

Patch by Alex Duran

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar updated this revision to Diff 60845.Jun 15 2016, 9:00 AM
tlwilmar retitled this revision from to Fix for crash in task dependencies.
tlwilmar updated this object.
tlwilmar added reviewers: AndreyChurbanov, jlpeyton.
tlwilmar set the repository for this revision to rL LLVM.
tlwilmar added a subscriber: openmp-commits.
AndreyChurbanov accepted this revision.Jun 15 2016, 9:10 AM
AndreyChurbanov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 15 2016, 9:10 AM
This revision was automatically updated to reflect the committed changes.