[Openmp-commits] [PATCH] D101102: [OpenMP] Replace global InfoLevel with a reference to an internal one.

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 22 16:12:02 PDT 2021


jhuber6 added a comment.

In D101102#2710382 <https://reviews.llvm.org/D101102#2710382>, @JonChesterfield wrote:

> Yep, I see that. I haven't looked up what it's used for and was wondering if amdgpu wants the same feature. Will leave that for another day though.

I'd recommend using it if you want to print anything to the user without requiring debug. The current uses are shown in the docs, https://openmp.llvm.org/docs/design/Runtimes.html#libomptarget-info.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101102



More information about the Openmp-commits mailing list