[all-commits] [llvm/llvm-project] 458db5: [OpenMP] Add missing `tt_hidden_helper_task_encoun...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Wed Dec 29 20:23:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 458db51c101bc3372e96b71bda7ca0f5ba2ae431
https://github.com/llvm/llvm-project/commit/458db51c101bc3372e96b71bda7ca0f5ba2ae431
Author: Shilei Tian <i at tianshilei.me>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
A openmp/libomptarget/test/offloading/target_nowait_target.cpp
M openmp/runtime/src/kmp_barrier.cpp
M openmp/runtime/src/kmp_csupport.cpp
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/src/kmp_taskdeps.cpp
M openmp/runtime/src/kmp_tasking.cpp
Log Message:
-----------
[OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found_proxy_tasks`
In most cases, hidden helper task behave similar as detached tasks. That means,
for example, if we have to wait for detached tasks, we have to do the same thing
for hidden helper tasks as well. This patch adds the missing condition for hidden
helper task accordingly along with detached task.
Reviewed By: AndreyChurbanov
Differential Revision: https://reviews.llvm.org/D107316
More information about the All-commits
mailing list