[Openmp-commits] [PATCH] D41165: [OMPT] Set frame address when creating a task with dependences
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 21 05:04:24 PST 2017
protze.joachim added a comment.
In https://reviews.llvm.org/D41165#960531, @Hahnfeld wrote:
> This fixes the test with GCC which already had the enter address, right?
For the GOMP interface the address was already set. When entering using the
KMP interface, the address was not set.
The task is created in the implicit task of the master thread. So there must
be an enter and exit address set, as we are in the runtime.
This patch fixes the test case and sets the reenter address when entering with
the kmpc function.
https://reviews.llvm.org/D41165
More information about the Openmp-commits
mailing list