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
Disabling quad-precision (i.e. replacing Float64x2 by Float64) reduces precompilation from ~45 to ~30 seconds on my laptop. I have tried in the past to speed this up, but don't really have a clue how to diagnose where the time is spent.
SparseIR
is now super-fast to load. However, it does take quite long to precompile.I don't understand why this should be, since we mostly do bog-standard linear algebra ... or is the quad-precision linear algebra just much slower?
Quite a small issue, but it is a little annoying :)
The text was updated successfully, but these errors were encountered: