[Openmp-commits] [PATCH] D93505: [OpenMP] Add definition/interface for target memory routines
Kelvin Li via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 4 07:05:18 PST 2021
kkwli0 added inline comments.
================
Comment at: openmp/runtime/src/include/omp_lib.h.var:593
+ integer (kind=kmp_size_t_kind), value :: size
+ integer (kind=omp_integer_kind), value :: device_num
+ end function omp_target_alloc
----------------
Why not `c_int`? Will it be guaranteed that this will be interoperable with `int`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93505/new/
https://reviews.llvm.org/D93505
More information about the Openmp-commits
mailing list