[Openmp-commits] [PATCH] D110202: [OpenMP] Add function tracing debugging to device RTL

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 21 15:56:54 PDT 2021


jhuber6 added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/include/Debug.h:40
 
+#define ENTER DebugEntryRAII Entry(__FILE__, __LINE__, __PRETTY_FUNCTION__);
+
----------------
tianshilei1992 wrote:
> Just `ENTER`?
Wasn't sure what to call it, could be like `FunctionTrace` or something.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110202



More information about the Openmp-commits mailing list