We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to have host-side C++11 methods return HEMI_LAMBDA functions; would appreciate your opinion if it is even possible: http://stackoverflow.com/questions/36095952/use-lambdas-to-get-polymorphism-recursion-and-true-oo-style-in-cuda?noredirect=1#comment59847779_36095952
The text was updated successfully, but these errors were encountered:
I don't see why not, however, you may have trouble using decltype on them. See the restrictions in the programming guide: http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#lambda-expressions
decltype
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to have host-side C++11 methods return HEMI_LAMBDA functions; would appreciate your opinion if it is even possible: http://stackoverflow.com/questions/36095952/use-lambdas-to-get-polymorphism-recursion-and-true-oo-style-in-cuda?noredirect=1#comment59847779_36095952
The text was updated successfully, but these errors were encountered: