This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Disallow __shared__ variables in host functions.
ClosedPublic

Authored by jlebar on Sep 30 2016, 4:54 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 73166.Sep 30 2016, 4:54 PM
jlebar retitled this revision from to [CUDA] Disallow __shared__ variables in host functions..
jlebar updated this object.
jlebar added reviewers: tra, rnk.
jlebar added a subscriber: cfe-commits.
jlebar updated this revision to Diff 73172.Sep 30 2016, 5:34 PM

Update to new CUDADiagIfHostCode API.

rnk accepted this revision.Oct 3 2016, 9:32 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Oct 3 2016, 9:32 AM
This revision was automatically updated to reflect the committed changes.