[PATCH] D134816: [OpenMP] Account for the possibility of multiple target regions per line

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 10:31:37 PDT 2022


jhuber6 added a comment.

In D134816#3908714 <https://reviews.llvm.org/D134816#3908714>, @jdoerfert wrote:

> @jhuber6 Can you confirm this metadata is only used for the host - device compilation communication? If so, this looks good to me.

As far as I know it's only relevant for making sure the host has the name of the device function so we can look it up at runtime.


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

https://reviews.llvm.org/D134816



More information about the llvm-commits mailing list