-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add is_strided #24
Comments
Definitely agree |
I want something that only returns Would we want separate |
@mbauman, I hope I can ping you here to ask both about implementation, and what you think should be covered. I would be happy with something like: is_strided(::Any) = false
is_strided(::StridedArray) = true
# library support
is_strided(::GPUArrays.GPUArray) = false
is_strided(::StaticArrays.MArray) = true and I can special case support for things like But it depends upon what interfaces we want
I'd also like to have something else for whether |
Can we close this now that we have |
see JuliaLang/julia#2345 (comment)
The text was updated successfully, but these errors were encountered: