You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}).
The text was updated successfully, but these errors were encountered:
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.
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}).
The text was updated successfully, but these errors were encountered: