LvArray icon indicating copy to clipboard operation
LvArray copied to clipboard

Modify resizeFromCapacities

Open corbett5 opened this issue 5 years ago • 1 comments

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 avatar Jul 01 '20 20:07 corbett5

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

corbett5 avatar Jul 07 '20 21:07 corbett5