[Openmp-commits] [PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures
Giorgis Georgakoudis via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 29 10:36:22 PDT 2021
ggeorgakoudis added a comment.
In D102107#3029825 <https://reviews.llvm.org/D102107#3029825>, @pdhaliwal wrote:
> Apologies for late reply. Most of the tests now do not try to call malloc, so no page fault errors. But all of them are producing wrong results. For e.g. declare_mapper_target.cpp produces Sum = 132608 with the patch applied. Similarly for other tests as well. So don't know what's happening yet.
Thanks @pdhaliwal. I get the right result on nvidia. Please let me know when you get to the bottom of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102107/new/
https://reviews.llvm.org/D102107
More information about the Openmp-commits
mailing list