[Openmp-commits] [PATCH] D109728: [OpenMP][DeviceRTL] Add the support for printf in a freestanding way

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 7 19:11:17 PDT 2021


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/include/Debug.h:29
+/// Print
+/// TODO: For now we have to use macros to gaurd the code because Clang lower
+/// `printf` to different function calls on NVPTX and AMDGCN platforms, and it
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109728



More information about the Openmp-commits mailing list