[Openmp-commits] [PATCH] D50158: [OpenMP] Add placeholder functions for the depend and nowait depend clauses for target data directives.

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 2 09:03:55 PDT 2018


grokos added a comment.

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?


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D50158





More information about the Openmp-commits mailing list