[Openmp-commits] [PATCH] D130712: [openmp] Introduce optional plugin init/deinit functions

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 28 07:51:49 PDT 2022


JonChesterfield created this revision.
JonChesterfield added reviewers: jhuber6, jdoerfert, ronlieb, tianshilei1992.
Herald added subscribers: kosarev, kerbowa, guansong, yaxunl, jvesely.
Herald added a project: All.
JonChesterfield requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

Will allow plugins to migrate away from using global variables to
manage lifetime, which will fix a segfault discovered in relation to D127432 <https://reviews.llvm.org/D127432>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130712

Files:
  openmp/libomptarget/include/omptargetplugin.h
  openmp/libomptarget/include/rtl.h
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
  openmp/libomptarget/plugins/exports
  openmp/libomptarget/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130712.448343.patch
Type: text/x-patch
Size: 3747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220728/97c8e299/attachment.bin>


More information about the Openmp-commits mailing list