[Openmp-commits] [PATCH] D104559: [OpenMP] Improve ref count debug messages

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 21 12:59:01 PDT 2021


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

LGTM if you fix the documentation size.

Thanks.



================
Comment at: openmp/docs/design/Runtimes.rst:181
+    Libomptarget device 0 info: Removing map entry with HstPtrBegin=0x00007fff0d255a40, TgtPtrBegin=0x00007fdba5804000, Size=16384, Name=Y[0:N]
+    Libomptarget device 0 info: Removing map entry with HstPtrBegin=0x00007fff0d259a40, TgtPtrBegin=0x00007fdba5800000, Size=16384, Name=X[0:N]
 
----------------
This needs to fit in the page. I omitted the `libomptarget device 0` stuff to help that. Also I had to manually dro psome lined down.


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

https://reviews.llvm.org/D104559



More information about the Openmp-commits mailing list