[Openmp-commits] [PATCH] D115823: [openmp][libomptarget] Introduce and call createAsyncInfo
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 15 12:17:05 PST 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/include/omptargetplugin.h:76
+// set AsyncInfo->Queue to nullptr.
+int32_t __tgt_rtl_create_async_info(int32_t ID, __tgt_async_info *AsyncInfo);
+
----------------
API is redundant at present, but it matches the other functions and we might want to return more detailed information than success/fail later
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:470
}
public:
----------------
moved this to make it public
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115823/new/
https://reviews.llvm.org/D115823
More information about the Openmp-commits
mailing list