[Openmp-commits] [PATCH] D142369: [Libomptarget] Emit a special warning when no images are found

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 23 08:04:09 PST 2023


jhuber6 added a comment.

In D142369#4073769 <https://reviews.llvm.org/D142369#4073769>, @ye-luo wrote:

> How does the above message behaves when there is no GPU on the node.

This will fire anytime we fail with a mandatory offloading but there were no images registered to a plugin. Maybe this could happen if the plugin failed to load the x86 plugin. That plugin uses the architecture just like any other, but it's usually empty. I should maybe add a special string if it's empty.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142369



More information about the Openmp-commits mailing list