[all-commits] [llvm/llvm-project] f6f28b: [OpenMP] libomp: fix mutexinoutset dependence for ...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Mon Nov 30 13:18:31 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: f6f28b44ad48e35d1300693d9c34f47782b519a4
https://github.com/llvm/llvm-project/commit/f6f28b44ad48e35d1300693d9c34f47782b519a4
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M openmp/runtime/src/kmp_taskdeps.h
M openmp/runtime/src/kmp_tasking.cpp
Log Message:
-----------
[OpenMP] libomp: fix mutexinoutset dependence for proxy tasks
Once __kmp_task_finish is not executed for proxy tasks,
move mutexinoutset dependency code to __kmp_release_deps
which is executed for all task kinds.
Differential Revision: https://reviews.llvm.org/D92326
More information about the All-commits
mailing list