[Openmp-commits] [PATCH] D50158: [OpenMP] Add placeholder functions for the depend and nowait depend clauses for target data directives.
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 2 09:05:54 PDT 2018
Hahnfeld added a comment.
In https://reviews.llvm.org/D50158#1185859, @grokos wrote:
> In https://reviews.llvm.org/D50158#1185361, @Hahnfeld wrote:
>
> > These functions are 1:1 the same as the current `_nowait` functions. If that's for handling `depend` clauses without `nowait` I think the compiler can just add another runtime call into `libomp`.
>
>
> Is there any benefit in having the compiler generate the call to libomp vs. embedding this call in extra interface functions?
Is there any benefit of having more functions? The interface of libomp is already there...
Repository:
rOMP OpenMP
https://reviews.llvm.org/D50158
More information about the Openmp-commits
mailing list