[Openmp-commits] [PATCH] D69857: [libomptarget] Replace INLINE with DEVICE to work around nvcc deleting forceinline symbols

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Nov 5 12:10:58 PST 2019


ABataev added a comment.

In D69857#1734561 <https://reviews.llvm.org/D69857#1734561>, @JonChesterfield wrote:

> In D69857#1734541 <https://reviews.llvm.org/D69857#1734541>, @ABataev wrote:
>
> > This one ends up with the multiply defined symbols instead :)
>
>
> How? The functions are only defined in support.cu and it's only compiled once. Where are the duplicates from?


No idea, llvm-link reports multiply defined functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69857





More information about the Openmp-commits mailing list