[Openmp-commits] [PATCH] D146081: [OpenMP][libomptarget] Init device when printing device info

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 20 11:32:29 PDT 2023


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/src/interface.cpp:61
+  }
+}
+
----------------
Isn't this the same code as in __tgt_print_device_info? Why do we need this?


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

https://reviews.llvm.org/D146081



More information about the Openmp-commits mailing list