ArrayInterface.jl icon indicating copy to clipboard operation
ArrayInterface.jl copied to clipboard

Storage Order

Open rayegun opened this issue 2 years ago • 1 comments

This may already be contained in ArrayInterface somewhere, but I haven't yet found it. It would be great if we could have a trait that indicates the storage order of an array here. Something like ColMajor, RowMajor, and a fallback RuntimeOrder and/or UnknownOrder.

rayegun avatar Jul 14 '22 17:07 rayegun

We have stride_rank and is_column_major

Tokazama avatar Jul 14 '22 18:07 Tokazama