SparseArrays.jl icon indicating copy to clipboard operation
SparseArrays.jl copied to clipboard

ftranspose! in sparse(transpose is getting hit by a dynamic dispatch?

Open SobhanMP opened this issue 3 years ago • 2 comments

image

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?

SobhanMP avatar Oct 22 '22 16:10 SobhanMP

nvm this was fixed,

SobhanMP avatar Oct 22 '22 16:10 SobhanMP

can someone else test this? it's fine on one machine and not on another :/

SobhanMP avatar Oct 22 '22 16:10 SobhanMP