We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dd3b0 commit 55ff45aCopy full SHA for 55ff45a
src/blocksparsearrayinterface/broadcast.jl
@@ -41,7 +41,7 @@ end
41
# which is logic that is handled by `fill!`.
42
function copyto_blocksparse!(dest::AbstractArray, bc::Broadcasted{<:AbstractArrayStyle{0}})
43
value = bc.f(bc.args...)
44
- return fill!(dest, value)
+ return @interface BlockSparseArrayInterface() fill!(dest, value)
45
end
46
47
# Broadcasting implementation
0 commit comments