[Openmp-commits] [PATCH] D77609: [OpenMP] Added the support for hidden helper task in RTL
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 18 16:31:54 PDT 2021
jdoerfert added a comment.
In D77609#2634254 <https://reviews.llvm.org/D77609#2634254>, @protze.joachim wrote:
> I think, the fundamental issue of this patch is, that it broke the implicit assumption, that entries in __kmp_threads are handed out contiguously. After spending quite some effort into trying to identify locations, where this implicit assumption is now broken, I think, much more effort is needed to identify all places which rely on this assumption and are now broken.
If we set the cmake flag to false and 0, we don't break those assumptions, right? Let's do that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77609/new/
https://reviews.llvm.org/D77609
More information about the Openmp-commits
mailing list