LvArray
LvArray copied to clipboard
Modify resizeFromCapacities
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.
It should also be made to work with a device policy.