Open
Description
Reported by @chriselrod in #161 (comment):
julia> using ArrayInterface
julia> A = rand(5,12);
julia> B = reshape(A', (3,4,5));
julia> ArrayInterface.strides(B) # @chriselrod: should be `(5,15,StaticInt{1}())`
(static(1), 3, 12)
Metadata
Metadata
Assignees
Labels
No labels