[all-commits] [llvm/llvm-project] ae0444: [openmp][runtime] Fixed hang for explicit task ins...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Mon Mar 23 10:08:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae044467ede146556b6a424f4486ebbbc920e95f
https://github.com/llvm/llvm-project/commit/ae044467ede146556b6a424f4486ebbbc920e95f
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M openmp/runtime/src/kmp_tasking.cpp
A openmp/runtime/test/tasking/omp_task_red_taskloop.c
Log Message:
-----------
[openmp][runtime] Fixed hang for explicit task inside a taskloop.
Added missed initialization of td_last_tied field for taskloop tasks.
Differential Revision: https://reviews.llvm.org/D75673
More information about the All-commits
mailing list