[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
Thu Oct 29 10:05:43 PDT 2020
tianshilei1992 updated this revision to Diff 301669.
tianshilei1992 added a comment.
Changed some code to make it more readable and less complex.
The failed case is because the gtid is not offset. What is a right way to detect whether a CMake variable or macro is defined?
Repository:
rG LLVM Github Monorepo
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_settings.cpp
openmp/runtime/src/kmp_taskdeps.h
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/src/kmp_wait_release.h
openmp/runtime/src/z_Linux_util.cpp
openmp/runtime/test/tasking/unshackled_task/depend.cpp
openmp/runtime/test/tasking/unshackled_task/gtid.cpp
openmp/runtime/test/tasking/unshackled_task/taskgroup.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77609.301669.patch
Type: text/x-patch
Size: 49675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201029/f4a4e8c9/attachment-0001.bin>
More information about the Openmp-commits
mailing list