Skip to content
New issue

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

Dispatch lambda test directly inside GTEST macro doesn't work with nvcc #491

Closed
crtrott opened this issue Oct 22, 2016 · 0 comments
Closed
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Milestone

Comments

@crtrott
Copy link
Member

crtrott commented Oct 22, 2016

This works with Clang/Cuda but not with NVCC which complains about private functions inside of the class or something. This test is only invoked if Lambdas are enabled.

@crtrott crtrott added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label Oct 22, 2016
@crtrott crtrott added this to the Fall 2016 milestone Oct 22, 2016
@crtrott crtrott self-assigned this Oct 22, 2016
crtrott added a commit that referenced this issue Oct 23, 2016
Works with clang but nvcc complains about private members or so.
Addresses #491
@crtrott crtrott closed this as completed Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

1 participant