We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see this issue,
mcabbott/Tullio.jl#155 (comment)
The text was updated successfully, but these errors were encountered:
Minimal reproducer:
julia> using ArrayInterface, HybridArrays julia> d1 = HybridMatrix{3,StaticArrays.Dynamic()}(rand(3,100)); julia> ArrayInterface.dense_dims(d1) julia> ArrayInterface.dense_dims(d1.data) (static(true), static(true))
It should not return nothing.
nothing
Either HybridArrays should support ArrayInterface, or you should add an ArrayInterfaceHybridArrays to https://github.com/JuliaArrays/ArrayInterface.jl/tree/master/lib.
Sorry, something went wrong.
Seems dense_dims is missing from https://github.com/JuliaArrays/HybridArrays.jl/blob/master/src/array_interface_compat.jl
dense_dims
No branches or pull requests
Please see this issue,
mcabbott/Tullio.jl#155 (comment)
The text was updated successfully, but these errors were encountered: