JuliaSIMD / StrideArrays.jl

Library supporting the ArrayInterface.jl strided array interface.
MIT License
54 stars 9 forks source link

hotfix for #62 #66

Closed chriselrod closed 1 year ago

chriselrod commented 1 year ago

Failures are because of type piracy, a new check that was added recently. We can consider an approach to address that later.

But the problem was already in main, so it doesn't block this PR.