The synchronization of task loop misses hidden helper tasks, causing segmentation
fault reported in https://bugs.llvm.org/show_bug.cgi?id=50002.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106220
[OpenMP] Fixed a segmentation fault when using taskloop and target nowait ClosedPublic Authored by tianshilei1992 on Jul 17 2021, 9:29 AM.
Details Summary The synchronization of task loop misses hidden helper tasks, causing segmentation
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 19 2021, 6:00 PM Closed by commit rG996baa58a440: [OpenMP] Fixed a segmentation fault when using taskloop and target nowait (authored by tianshilei1992). · Explain WhyJul 19 2021, 6:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 359976 openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
openmp/runtime/src/kmp_tasking.cpp
|