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

Alexandre Eichenberger via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 10 08:35:53 PDT 2019


AlexEichenberger added inline comments.


================
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,
----------------
Hahnfeld wrote:
> libomptarget uses `int64_t` for its device ids, I think `size_t` depends on the implementation?
Agreed, it should be a 64 bit int


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