[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:54:40 PDT 2022
JonChesterfield added a comment.
Manually tested by permuting the stubs added to the amdgpu plugin (return success, fail, delete the function). Decided init failing should be treated equivalently to failing to open the plugin at all, and deinit failing should be warning message and otherwise ignored.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130712/new/
https://reviews.llvm.org/D130712
More information about the Openmp-commits
mailing list