You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use runtime::FunctionRef in threadpool.h itself (#15265)
I previously added runtime::FunctionRef and used it in parallel_for to
save code size, but didn't carry that through to the Threadpool wrapper.
Profiling showed that we were doing heap allocations on each
parallel_for invocation, so let's fix that.
0 commit comments