[PATCH] D11993: [CUDA] Make sure we emit all templated __global__ functions on device side. Again.

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 8 10:46:36 PDT 2015


tra abandoned this revision.
tra added a comment.

Emitting IR is not sufficient to ensure that the kernels survive GDCE, so the patch does not work with optimizations on.
http://reviews.llvm.org/D11666 would have to do for now.


http://reviews.llvm.org/D11993





More information about the cfe-commits mailing list