[Openmp-commits] [PATCH] D72472: [LIBOMPTARGET]Ignore empty target descriptors.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 13 12:27:55 PST 2020


ABataev added a comment.

In D72472#1817787 <https://reviews.llvm.org/D72472#1817787>, @tianshilei1992 wrote:

> I got a question: since there is no target region in the shared library at all, why is `desc->NumDeviceImages = 1` where `desc` is the one in the shared library?


It is an empty target region with no entries at all. It has some data inside (mostly, metadata, I assume), but no real target entries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72472





More information about the Openmp-commits mailing list