[Openmp-commits] [PATCH] D112015: [OpenMP] libomp: add check of task function pointer for NULL
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Oct 18 09:51:58 PDT 2021
protze.joachim added a comment.
I already know, that OMPD folks will not be happy about this implementation. Nevertheless, it is a valid and better implementation than before.
Regarding OMPT implementation: since you are not calling into the application anymore, this case should now really use `ompt_taskwait_complete` rather than switching to the taskwait task and back.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112015/new/
https://reviews.llvm.org/D112015
More information about the Openmp-commits
mailing list