[Openmp-commits] [PATCH] D77609: [OpenMP] Added the support for unshackled task in RTL
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Apr 13 17:57:32 PDT 2020
tianshilei1992 updated this revision to Diff 257170.
tianshilei1992 added a comment.
Kept the parent-child chain so that `taskwait` could seamless work. Also mark `must_wait` as `true` if unshackled task is enabled because we might have a task out of any parallel region which means even though the team is serial
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77609/new/
https://reviews.llvm.org/D77609
Files:
openmp/runtime/src/CMakeLists.txt
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_global.cpp
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/src/kmp_wait_release.h
openmp/runtime/src/z_Linux_util.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77609.257170.patch
Type: text/x-patch
Size: 15624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200414/d58f0354/attachment-0001.bin>
More information about the Openmp-commits
mailing list