[PATCH] D78655: [HIP] Let lambda be host device by default
Paul Fultz II via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 21:37:32 PDT 2020
pfultz2 added a subscriber: AlexVlx.
pfultz2 added a comment.
> says we capture host variable reference in a device lambda.
Is that required to be an error? I know @AlexVlx added support to hcc at one point to capture host variables by reference. So it seems to be possible for it to work correctly. So it doesn't seem to be like reason enough to disallow implicit HD.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78655/new/
https://reviews.llvm.org/D78655
More information about the cfe-commits
mailing list