You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had aliasing safeguards for broadcast and generic map! for a while (see JuliaLang/julia#21693, JuliaLang/julia#25890 in particular). However, I believe this machinery was never ported to SparseArrays's map!:
We've had aliasing safeguards for broadcast and generic
map!
for a while (see JuliaLang/julia#21693, JuliaLang/julia#25890 in particular). However, I believe this machinery was never ported to SparseArrays'smap!
:The last should be true, as in the dense case:
This behaviour is in 1.5.1 and master
Broadcast seems to work ok, although I think it doesn't use sparse-specific codepaths, so it is much slower than
map!
The text was updated successfully, but these errors were encountered: