Excessively long TTFX with Optimization and OptimizationOptimJL

tinf = @snoop_inference solve_nonnegative_least_squares(rand(4, 4), rand(4), OptimizationOptimJL.LBFGS())
ProfileView.view(flamegraph(tinf))

tinf = @snoop_inference  solve_nonnegative_least_squares(rand(35, 35), rand(35), OptimizationOptimJL.LBFGS())
ProfileView.view(flamegraph(tinf))

Okay it looks like the functionwrappers are the next big set of work. Make the PrecompilationTools PR so that part is done, and then let’s move to the FunctionWrappers.

Done :white_check_mark:

1 Like