[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:41:18 PDT 2018
Hahnfeld added a comment.
In https://reviews.llvm.org/D50158#1185906, @RaviNarayanaswamy wrote:
> We should not be having calls to _-kmpc_omp_taskwait in libomptarget.
> The wait should be done in the user code and then libomptarget routine should be called.
There is no way to implement asynchronous offloading without having knowledge of the dependencies. Intel failed to keep the separation strict for liboffload, so I don't think it helps to complain about the situation.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D50158
More information about the Openmp-commits
mailing list