[Openmp-commits] [openmp] [libomptarget] [OMPT] Fixed return address computation for OMPT events. (PR #80498)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue Feb 6 16:28:16 PST 2024
dhruvachak wrote:
> Lgtm, just one inline comment.
>
> If I remember libomptarget right, there is no case where we could observe reentrance, right? This is different from libomp where we have reentrance for example with nested tasking.
LegacyAPI.cpp has quite a few reentrant cases. And I believe the OMP APIs have some of that too.
https://github.com/llvm/llvm-project/pull/80498
More information about the Openmp-commits
mailing list