[Openmp-commits] [PATCH] D142249: [openmp] Workaround for HSA in issue 60119

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 20 19:21:57 PST 2023


jhuber6 accepted this revision.
jhuber6 added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: openmp/libomptarget/include/device.h:550-552
+    for (auto *Desc : DelayedBinDesc) {
+      __tgt_register_lib(Desc);
+    }
----------------
Nit.


================
Comment at: openmp/libomptarget/src/interface.cpp:38-40
+  if (PM->maybeDelayRegisterLib(Desc)) {
+    return;
+  }
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142249



More information about the Openmp-commits mailing list