[Openmp-commits] [PATCH] D95415: [libomptarget][cuda] Handle missing _v2 symbols gracefully

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 25 19:21:01 PST 2021


grokos added inline comments.
Herald added a subscriber: sstefan1.


================
Comment at: openmp/libomptarget/plugins/cuda/dynamic_cuda/cuda.cpp:102-103
+      if (P) {
+        *dlwrap::pointer(I) = P;
+        continue;
+      }
----------------
Maybe add a debug message here in order for the user to know which version was loaded eventually?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95415/new/

https://reviews.llvm.org/D95415



More information about the Openmp-commits mailing list