Skip to content
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

LoopVectorization fails with Tullio and HybridArrays #429

Open
prittjam opened this issue Sep 5, 2022 · 2 comments
Open

LoopVectorization fails with Tullio and HybridArrays #429

prittjam opened this issue Sep 5, 2022 · 2 comments

Comments

@prittjam
Copy link

prittjam commented Sep 5, 2022

Please see this issue,

mcabbott/Tullio.jl#155 (comment)

@prittjam prittjam changed the title LoopVectorization failes with Tullio and HybridArrays LoopVectorization fails with Tullio and HybridArrays Sep 5, 2022
@chriselrod
Copy link
Member

chriselrod commented Sep 5, 2022

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.

Either HybridArrays should support ArrayInterface, or you should add an ArrayInterfaceHybridArrays to https://github.com/JuliaArrays/ArrayInterface.jl/tree/master/lib.

@chriselrod
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants