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.
Given an axis is dense, its stride can be computed from the size. This has the advantages of