[Openmp-commits] [PATCH] D96562: [OpenMP] libomp: fix ittnotify stack stitching for teams construct
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 11 16:27:30 PST 2021
AndreyChurbanov created this revision.
AndreyChurbanov added reviewers: hbae, jlpeyton, tlwilmar, Nawrin.
AndreyChurbanov added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
AndreyChurbanov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Stitching id could be overridden causing reference of destroyed object when number of teams is 1.
The patch separates stitching id store location for teams and parallel nested in teams.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96562
Files:
openmp/runtime/src/kmp_runtime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96562.323184.patch
Type: text/x-patch
Size: 4870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210212/1c0c55d9/attachment-0001.bin>
More information about the Openmp-commits
mailing list