[Openmp-commits] [PATCH] D69857: [libomptarget] Replace INLINE with DEVICE to work around nvcc deleting always_inline symbols
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 5 10:11:05 PST 2019
JonChesterfield created this revision.
JonChesterfield added reviewers: ABataev, jdoerfert, grokos, ikitayama, tianshilei1992.
Herald added subscribers: openmp-commits, jfb.
Herald added a project: OpenMP.
[libomptarget] Replace INLINE with DEVICE to work around nvcc deleting always_inline symbols
There is a problem with some installs of nvcc deleting the always_inline symbols
from support.cu. Adding the people who reported this as reviewers. This patch is
an educated guess at a fix, posting it without a local repro for the failure.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69857
Files:
openmp/libomptarget/deviceRTLs/nvptx/src/support.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69857.227914.patch
Type: text/x-patch
Size: 8355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20191105/1d8e960c/attachment-0001.bin>
More information about the Openmp-commits
mailing list