[Openmp-commits] [PATCH] D69857: [libomptarget] Replace INLINE with DEVICE to work around nvcc deleting forceinline symbols
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 5 12:01:48 PST 2019
JonChesterfield added a comment.
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?
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