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

Make `stride_rank` public and document

Open Tokazama opened this issue 3 years ago • 1 comments

We have the tooling to in place to solve #332. I think JuliaSIMD uses stride_rank too. So I figured it would make sense to just make this a public function and document it. @chriselrod, I'm pretty sure you were the original author on this so if there's something else to add to the documentation that would be welcomed.

Tokazama avatar Jul 24 '22 18:07 Tokazama

Codecov Report

Merging #334 (491696e) into master (8d2830f) will not change coverage. The diff coverage is 50.00%.

@@           Coverage Diff           @@
##           master     JuliaArrays/ArrayInterface.jl#334   +/-   ##
=======================================
  Coverage   90.11%   90.11%           
=======================================
  Files           9        9           
  Lines        1345     1345           
=======================================
  Hits         1212     1212           
  Misses        133      133           
Impacted Files Coverage Δ
src/stridelayout.jl 89.60% <50.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

codecov[bot] avatar Jul 24 '22 19:07 codecov[bot]

Anything static should go to https://github.com/JuliaArrays/StaticArrayInterface.jl

ChrisRackauckas avatar Feb 18 '23 10:02 ChrisRackauckas