[PATCH] D134396: [OpenMP][libomptarget] New plugin infrastructure and new CUDA plugin
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 23 12:18:36 PDT 2022
jhuber6 added inline comments.
================
Comment at: openmp/libomptarget/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp:117
+ const char *First = It->second;
+ void *P = dlsym(DynlibHandle, First);
+ if (P) {
----------------
We use LLVM's dynamic library handling for this now, refer to `dynamic_cuda.cpp`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134396/new/
https://reviews.llvm.org/D134396
More information about the llvm-commits
mailing list