[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
Wed May 6 18:12:30 PDT 2020
tianshilei1992 updated this revision to Diff 262513.
tianshilei1992 added a comment.
This patch basically did the following things:
1. Rebased source code;
2. Changed the way to define macro to align with existing method;
3. Fixed an issue that `taskwait` might be stuck due to the reason that all unshackled threads can not steal tasks from the master thread correctly.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77609/new/
https://reviews.llvm.org/D77609
Files:
openmp/runtime/CMakeLists.txt
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_config.h.cmake
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.262513.patch
Type: text/x-patch
Size: 16842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200507/7d5b6233/attachment-0001.bin>
More information about the Openmp-commits
mailing list