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 old version was creating random data as a multway arraw, reordering it to Fortran order (expensive and pointless), and then called the tensor constructor. Instead, we exploit the fact that we can just pass a 1D random array and then reshape that into the desired shape.
Co-authored-by: Danny Dunlavy <[email protected]>
0 commit comments