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
aligned_resource_adaptor.hpp
rmm/mr/aligned_resource_adaptor.hpp fails to compile with this error:
rmm/mr/aligned_resource_adaptor.hpp
aligned_resource_adaptor.hpp:212:39: error: 'align_up' is not a member of 'rmm::mr::detail'; did you mean 'rmm::detail::align_up'
The text was updated successfully, but these errors were encountered:
Are there not tests of this adaptor? Assigning @rongou since he created it recently.
Sorry, something went wrong.
fix align_up namespace in aligned_resource_adaptor.hpp (#820)
2179ffd
Fixes #819 Authors: - Rong Ou (https://github.com/rongou) Approvers: - Mark Harris (https://github.com/harrism) - Conor Hoekstra (https://github.com/codereport) URL: #820
rongou
Successfully merging a pull request may close this issue.
rmm/mr/aligned_resource_adaptor.hpp
fails to compile with this error:The text was updated successfully, but these errors were encountered: