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
Avoid redundant computation of `frozenset(scc)`.
This helps with incremental type checking of torch, since it has a big
SCC. In my measurements this speeds up incremental checking of `-c
"import torch"` by about 11%.
0 commit comments