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
Currently compiling the loop example with mux and branch rewrites takes 1.2s, which is a bit too long for such a small graph. The culprits seem to be excessive noDup and isPerm checks, so either we need to prove that our maps never contain duplicates, or see if the checks can just be reduced.
Currently compiling the loop example with mux and branch rewrites takes
1.2s
, which is a bit too long for such a small graph. The culprits seem to be excessivenoDup
andisPerm
checks, so either we need to prove that our maps never contain duplicates, or see if the checks can just be reduced.The profiler report can be found here.
The text was updated successfully, but these errors were encountered: