I am profiling my Deep Learning algorithm and I am getting this weird shape. That long line on the left does not make sense, is it precompiling or something ? The name of the top bar is task.jl,poptaskref: line 660
. Maybe this is related to the fact that I am using CuArrays for my computing. But I don’t get why it is not on top of eval
.
By the way I wanted to ask. If on the flame graph on the right I am seeing a lot of typeinfer.jl
and abstractinterpretation.jl
bars, does it mean I have a problem with type stability ?