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 0331fdf commit 279a75cCopy full SHA for 279a75c
src/broadcast.jl
@@ -60,7 +60,7 @@ end
60
# - Q: How do decide on the cuts
61
# - then localise arguments on each node
62
##
63
-@inline function Base.copyto!(dest::DDestArray, bc::Broadcasted{Nothing})
+@inline function Base.copyto!(dest::DDestArray, bc::Broadcasted)
64
axes(dest) == axes(bc) || Broadcast.throwdm(axes(dest), axes(bc))
65
66
# Distribute Broadcasted
0 commit comments