[Openmp-commits] [PATCH] D142186: [OpenMP] Support saving globals for RecordReplay
Giorgis Georgakoudis via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 20 01:02:28 PST 2023
ggeorgakoudis added inline comments.
================
Comment at: openmp/libomptarget/include/rtl.h:77
typedef int32_t(init_async_info_ty)(int32_t, __tgt_async_info **);
- typedef int64_t(init_device_into_ty)(int64_t, __tgt_device_info *,
+ typedef int64_t(init_device_into_ty)(int32_t, __tgt_device_info *,
const char **);
----------------
Is this needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142186/new/
https://reviews.llvm.org/D142186
More information about the Openmp-commits
mailing list