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
When compiling Agency program, nvcc 9.0 emits warnings of this form:
agency/detail/tuple/tuple_leaf.hpp(59): warning: __host__ annotation on a defaulted function("tuple_leaf_base") is ignored
Unfortunately, the issue noted in nvbug 1966948 prevents a workaround, so these warnings cannot be eliminated except by downgrading to nvcc 8.
Fortunately, these warnings are benign and can be ignored until a fix is implemented in a newer nvcc.
The text was updated successfully, but these errors were encountered:
Add #428 to the list of known issues
a63db85
Eliminate execution space specifiers from defaulted functions
25611b0
Fixes agency-library#428
No branches or pull requests
When compiling Agency program, nvcc 9.0 emits warnings of this form:
Unfortunately, the issue noted in nvbug 1966948 prevents a workaround, so these warnings cannot be eliminated except by downgrading to nvcc 8.
Fortunately, these warnings are benign and can be ignored until a fix is implemented in a newer nvcc.
The text was updated successfully, but these errors were encountered: