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
We are having a lot of performance regressions in JustRelax.jl after switching from v0.12.1 to v.0.13.0. For starters, our CI went from 12mins to nearly 4h.
In a more concrete example, the first time step of the heat diffusion solve (3D, with a 32^2 resolution), using 4 threads on both cases:
v0.12.1: 1.595059 seconds (589.13 k allocations: 45.257 MiB, 13.13% gc time, 111.39% compilation time)
v0.13.0: 84.653106 seconds (4.27 G allocations: 147.336 GiB, 13.47% gc time, 3.19% compilation time)
What did change in 0.13 ? Did Polyester actually became the default?