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
append: Use standard order for non-growing axes in append
Imagine that the array-to-append has length 1 along the growing axis.
With this memory layout, the resulting assignment when copying the array
elements into `self`, can often be a contiguous traversal.
Co-authored-by: Jim Turner <[email protected]>
0 commit comments