SparseArrays.jl
SparseArrays.jl copied to clipboard
ftranspose! in sparse(transpose is getting hit by a dynamic dispatch?

function f()
return [sparse(transpose(sprandn(10000, 10000, 0.1))) for i in 1:100]
end
i can't see the dynamic dispatch with Cthulhu. any idea why?
nvm this was fixed,
can someone else test this? it's fine on one machine and not on another :/