[Openmp-commits] [PATCH] D106674: Runtime for Interop directive
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Jul 25 07:31:53 PDT 2021
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/src/private.h:117
int __kmpc_get_target_offload(void) __attribute__((weak));
+void __kmpc_omp_wait_deps(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 ndeps,
+ kmp_depend_info_t *dep_list, kmp_int32 ndeps_noalias,
----------------
jdoerfert wrote:
> tianshilei1992 wrote:
> > If this function is not defined in `libomp`, please don't use `__kmpc`.
> It is in libomp, this is a forward decl. All good here.
Is it necessary to implement it in `libomp`? `interop` is for target.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106674/new/
https://reviews.llvm.org/D106674
More information about the Openmp-commits
mailing list