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 more aggressive gc thresholds for a big speedup (#18306)
In some cases gc was consuming a significant fraction of CPU, so run gc
less often.
This made incremental checking of torch 27% faster for me (based on 100
measurements), and also speeds up incremental self check by about 20%
and non-incremental self check by about 10%. All measurements were on
Python 3.13.
0 commit comments