pfultz2 added a comment.

Is it possible to add a test like this?

  kernel<<<1,1>>>([=](){ 
      auto f = [&]{ hd(); };
      f(); 
  });

That should not have a compiler error.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78655/new/

https://reviews.llvm.org/D78655



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to