[Openmp-commits] [PATCH] D63010: [OpenMP] Add task alloc function

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 10 04:49:24 PDT 2019


Hahnfeld added a comment.

Is there a particular reason for this kind of micro-patches? The function is not made available in the linker script and there's no implementation either.



================
Comment at: runtime/src/kmp.h:3786
+                                                    kmp_routine_entry_t task_entry,
+                                                    size_t device_id);
 KMP_EXPORT void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid,
----------------
libomptarget uses `int64_t` for its device ids, I think `size_t` depends on the implementation?


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63010/new/

https://reviews.llvm.org/D63010





More information about the Openmp-commits mailing list