OpenMP 5.0 Preview has new feature - task reduction, that is implemented in this patch.
The test case shows example of compiler code generation for the feature.
Paths
| Differential D29600
OpenMP 5.0 task reduction implementation ClosedPublic Authored by AndreyChurbanov on Feb 6 2017, 11:59 AM.
Details Summary OpenMP 5.0 Preview has new feature - task reduction, that is implemented in this patch. The test case shows example of compiler code generation for the feature.
Diff Detail
Event TimelineAndreyChurbanov edited reviewers, added: tlwilmar, jlpeyton; removed: openmp-commits.Feb 7 2017, 5:56 AM This revision is now accepted and ready to land.Feb 15 2017, 9:27 AM Closed by commit rL295343: Run-time library part of OpenMP 5.0 task reduction implementation. (authored by achurbanov). · Explain WhyFeb 16 2017, 10:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 88752 openmp/trunk/runtime/src/dllexports
openmp/trunk/runtime/src/kmp.h
openmp/trunk/runtime/src/kmp_tasking.cpp
openmp/trunk/runtime/test/tasking/kmp_task_reduction_nest.cpp
|