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
Given an axis is dense, its stride can be computed from the size. This has the advantages of
decreasing the size of the object
allowing a sufficiently smart compiler to uncover the orthogonality of memory accesses along separate strides when the size determines iteration bounds.
The text was updated successfully, but these errors were encountered:
Given an axis is dense, its stride can be computed from the size. This has the advantages of
The text was updated successfully, but these errors were encountered: