You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
ArrayOfArrays
family have a methodresizeFromCapacities( INDEX_TYPE, INDEX_TYPE const * )
this should be rewritten asresizeFromCapacities( Array< T, 1, RAJA::PERM_I, INDEX_TYPE, BUFFER_TYPE > && )
where theArrayOfArrays
steals the buffer from theArray
.The text was updated successfully, but these errors were encountered: