[Openmp-commits] [PATCH] D87165: [OpenMP] Begin Printing Information Dumps In Libomptarget and Plugins

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 10 06:23:54 PDT 2020


ye-luo added inline comments.


================
Comment at: openmp/libomptarget/src/interface.cpp:81
+        else
+          FAILURE_MESSAGE("run with env LIBOMPTARGET_INFO>1 to dump tables\n");
+
----------------
Need to be more specific about the "tables"
host-device memory mapping tables?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87165



More information about the Openmp-commits mailing list