[Openmp-commits] [PATCH] D106751: [OpenMP][Libomptarget] Adding `print_device_info` to RTL and `omptarget`

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Jul 25 09:25:48 PDT 2021


jhuber6 added a comment.

In D106751#2903124 <https://reviews.llvm.org/D106751#2903124>, @jdoerfert wrote:

> I'm fine with getting this in first and cleaning it up more in-tree. Makes a nice addition to 13, useful for people. @jhuber6 should probably be exposed via a _INFO flag too.
>
> @tianshilei1992 @JonChesterfield any objections?

Adding it as some information you can query could be useful. I'd call this method when we initialize the plugin if `0x40` in the bitfield is set.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106751



More information about the Openmp-commits mailing list