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

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 8 09:20:53 PDT 2022


jhuber6 added inline comments.


================
Comment at: openmp/libomptarget/src/interface.cpp:385
+    PM->TblMapMtx.unlock();
+  }
+
----------------
jdoerfert wrote:
> Doesn't `target` already do this? And we should get rid of this in a follow up.
Oh yeah, I did it here and forgot to delete it after I decided to move it. I'll get rid of it. And why do we get rid of it 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