[Openmp-commits] [PATCH] D134845: [OpenMP][libomptarget] Emit runtime message when variable is incorrectly mapped to device

Ravi Narayanaswamy via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 25 16:27:04 PDT 2023


RaviNarayanaswamy added a comment.

Minor spelling otherwise LGTM



================
Comment at: openmp/libomptarget/include/Debug.h:57
   OMP_INFOTYPE_DATA_TRANSFER = 0x0020,
+  // Print whenever data does not have a viable device cotunerpart
+  OMP_INFOTYPE_EMPTY_MAPPING = 0x0040,
----------------
cotunerpart -> counterpart


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

https://reviews.llvm.org/D134845



More information about the Openmp-commits mailing list