[all-commits] [llvm/llvm-project] be29d9: OpenMP Tasks dependencies hash re-sizing fixed.
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Fri Oct 25 06:05:25 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be29d9285487e1970f0ad070d79d5dfeca345f2e
https://github.com/llvm/llvm-project/commit/be29d9285487e1970f0ad070d79d5dfeca345f2e
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2019-10-25 (Fri, 25 Oct 2019)
Changed paths:
M openmp/runtime/src/kmp_taskdeps.cpp
Log Message:
-----------
OpenMP Tasks dependencies hash re-sizing fixed.
Details:
- nconflicts field initialized;
- formatting fix (moved declaration out of the long line);
- count conflicts in new hash as opposed to old one.
Differential Revision: https://reviews.llvm.org/D68036
More information about the All-commits
mailing list