[Openmp-commits] [PATCH] D96444: [OpenMP][NFC] Use `AsyncInfo` as the variable name for a `__tgt_async_info`
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 10 14:13:50 PST 2021
tianshilei1992 accepted this revision.
tianshilei1992 added a comment.
This revision is now accepted and ready to land.
LG with one nit.
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:1203
int32_t thread_limit, uint64_t loop_tripcount,
- __tgt_async_info *async_info_ptr) {
+ __tgt_async_info *AsyncInfo) {
assert(DeviceRTL.isValidDeviceId(device_id) && "device_id is invalid");
----------------
These functions are C interfaces. Do we want to use C style here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96444/new/
https://reviews.llvm.org/D96444
More information about the Openmp-commits
mailing list