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

Function markup for defaulted class members #952

Closed
crtrott opened this issue Jul 13, 2017 · 0 comments
Closed

Function markup for defaulted class members #952

crtrott opened this issue Jul 13, 2017 · 0 comments
Assignees
Labels
Enhancement Improve existing capability; will potentially require voting
Milestone

Comments

@crtrott
Copy link
Member

crtrott commented Jul 13, 2017

Depending on the compiler (nvcc, clang for cuda, or clang for HCC) defaulted functions either have to have the appropriate function marking (KOKKOS_FUNCTION) or are not allowed to have it.
This depends on the compiler. To resolve this issue I introduce KOKKOS_FUNCTION_DEFAULTED which does the right thing.

crtrott added a commit that referenced this issue Jul 13, 2017
@ibaned ibaned added the Enhancement Improve existing capability; will potentially require voting label Jul 14, 2017
@ibaned ibaned added this to the 2017-August (middle) milestone Jul 14, 2017
@crtrott crtrott closed this as completed Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve existing capability; will potentially require voting
Projects
None yet
Development

No branches or pull requests

2 participants