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
When looking at SnoopCompile timings for Zygote (e.g.), IRTools comes up as a big inference block. AIUI this is because Zygote itself can't precompile any methods in IRTools because it does not own them, and hence nothing precompiles reliably all the way up the chain.
When looking at SnoopCompile timings for Zygote (e.g.), IRTools comes up as a big inference block. AIUI this is because Zygote itself can't precompile any methods in IRTools because it does not own them, and hence nothing precompiles reliably all the way up the chain.
#64 may be related.
The text was updated successfully, but these errors were encountered: