[all-commits] [llvm/llvm-project] 3c31b7: [OpenMP] Fixed an issue that taskwait doesn't work...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Wed Feb 3 10:13:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c31b78455dac6e94ba182b02ecf2a58253b0811
https://github.com/llvm/llvm-project/commit/3c31b78455dac6e94ba182b02ecf2a58253b0811
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M openmp/runtime/src/kmp_tasking.cpp
A openmp/runtime/test/tasking/bug_taskwait_detach.cpp
Log Message:
-----------
[OpenMP] Fixed an issue that taskwait doesn't work on detachable task
D77609 mistakenly changed the bebavior of task waiting on detachable task that a detachable task is not waited, based on https://lists.llvm.org/pipermail/openmp-dev/2021-February/003836.html. This patch fixed it. Thank Raúl for the report.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D95798
More information about the All-commits
mailing list