NNlib.jl
NNlib.jl copied to clipboard
TimerOutputs ruins our line numbers
Which is a bit unfortunate when trying to track down which method gets called. It also ruins our stack traces.
Anyone that is good with macro that knows how to modify https://github.com/KristofferC/TimerOutputs.jl/blob/9c82a14a1a63ef76148226cb9ea8138efec777cc/src/TimerOutput.jl#L196-L198 to insert line numbers of the original function?