[all-commits] [llvm/llvm-project] 57d8b8: [openmp] Fixed hang if detached task was serialized.
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Mon May 18 05:33:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 57d8b8d6f0b91b380ca3b270b4439c338ed67f53
https://github.com/llvm/llvm-project/commit/57d8b8d6f0b91b380ca3b270b4439c338ed67f53
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M openmp/runtime/src/kmp_tasking.cpp
A openmp/runtime/test/tasking/omp_detach_taskwait.c
Log Message:
-----------
[openmp] Fixed hang if detached task was serialized.
The patch fixes https://bugs.llvm.org/show_bug.cgi?id=45904.
Differential Revision: https://reviews.llvm.org/D79944
More information about the All-commits
mailing list