Strided.jl
Strided.jl copied to clipboard
Support for ReinterpretedArray
Is there any scope for supporting ReinterpretedArray if it is a StridedReinterpretedArray? Not sure it would be performant, but I am thinking about how to implement fully type-inferred array caching (a la TensorOperations, but without having to resort to Dict{...,Any}).
I guess that could be done, but it's quite a bit harder than the other transformations that preserve stridedness. I guess it would require reimplenting quite a bit of the ReinterpretArray logic.