[Openmp-commits] [PATCH] D148178: [OpenMP][libomptarget] Improve plugin device info printing
Kevin Sala via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 20 01:51:20 PDT 2023
kevinsala added inline comments.
================
Comment at: openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h:126
+ /// Print all info entries added to the queue.
+ void print() {
+ // Each level has four spaces.
----------------
Can be const.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148178/new/
https://reviews.llvm.org/D148178
More information about the Openmp-commits
mailing list