This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope in which they're created.
ClosedPublic

Authored by jlebar on Sep 30 2016, 9:36 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 73073.Sep 30 2016, 9:36 AM
jlebar retitled this revision from to [CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope in which they're created..
jlebar updated this object.
jlebar added a reviewer: tra.
jlebar added subscribers: rnk, cfe-commits.
rnk accepted this revision.Sep 30 2016, 10:19 AM
rnk added a reviewer: rnk.

lgtm

This revision is now accepted and ready to land.Sep 30 2016, 10:19 AM
This revision was automatically updated to reflect the committed changes.