This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget-nvptx] reduction: Determine if runtime uninitialized
ClosedPublic

Authored by Hahnfeld on Oct 1 2018, 7:11 AM.

Details

Summary

Pass in the correct value of isRuntimeUninitialized() which solves
parallel reductions as reported on the mailing list.
For reference: r333285 did the same for loop scheduling.

Diff Detail

Repository
rOMP OpenMP

Event Timeline

Hahnfeld created this revision.Oct 1 2018, 7:11 AM
This revision is now accepted and ready to land.Oct 1 2018, 7:13 AM
grokos accepted this revision.Oct 1 2018, 7:15 AM

Looks good. Thanks for taking care of this issue!

This revision was automatically updated to reflect the committed changes.