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

Modify resizeFromCapacities #169

Open
corbett5 opened this issue Jul 1, 2020 · 1 comment
Open

Modify resizeFromCapacities #169

corbett5 opened this issue Jul 1, 2020 · 1 comment

Comments

@corbett5
Copy link
Collaborator

corbett5 commented Jul 1, 2020

The ArrayOfArrays family have a method resizeFromCapacities( INDEX_TYPE, INDEX_TYPE const * ) this should be rewritten as resizeFromCapacities( Array< T, 1, RAJA::PERM_I, INDEX_TYPE, BUFFER_TYPE > && ) where the ArrayOfArrays steals the buffer from the Array.

@corbett5
Copy link
Collaborator Author

corbett5 commented Jul 7, 2020

It should also be made to work with a device policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant