[Openmp-commits] [PATCH] D128817: [Libomptarget] Use new tripcount argument in the runtime.

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 8 09:18:40 PDT 2022


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/src/interface.cpp:385
+    PM->TblMapMtx.unlock();
+  }
+
----------------
Doesn't `target` already do this? And we should get rid of this in a follow up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128817



More information about the Openmp-commits mailing list