[Openmp-commits] [PATCH] D68100: [OpenMP 5.0] declare mapper runtime implementation
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Sep 27 13:23:01 PDT 2019
grokos added a comment.
Lingda is right, we had faced the same issue in the loop trip count implementation. The loop trip count should be set per task but libomptarget has no notion of tasks, so we ended up engaging the host runtime (libomp) to store per-task information. Although it involves more work, I still believe that will be a more elegant solution.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68100/new/
https://reviews.llvm.org/D68100
More information about the Openmp-commits
mailing list