Re: [PATCH] D19748: [CUDA] Make sure device-side __global__ functions are always visible.

2016-05-02 Thread Artem Belevich via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL268299: [CUDA] Make sure device-side __global__ functions are always visible. (authored by tra). Changed prior to commit: http://reviews.llvm.org/D19748?vs=55674&id=55885#toc Repository: rL LLVM htt

[PATCH] D19748: [CUDA] Make sure device-side __global__ functions are always visible.

2016-04-29 Thread Artem Belevich via cfe-commits
tra created this revision. tra added reviewers: jlebar, rnk. tra added a subscriber: cfe-commits. __global__ functions are a special case in CUDA. Even when the symbol would normally not be externally visible according to C++ rules, they still must be visible to host-side stub which launches the