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
#148 requires some work to reset the SLIL LB, because graph transformations can change the LB and thus the LB must be recomputed. Without a reset, the recomputation will fail. However, for the first computation of the SLIL LB, this is unnecessary reset work.
Seems like we may want to use a state variable / different control flow to only reset when necessary. In other words, if we haven't computed the SLILLB before, then this is just wasted cycles.
#148 requires some work to reset the SLIL LB, because graph transformations can change the LB and thus the LB must be recomputed. Without a reset, the recomputation will fail. However, for the first computation of the SLIL LB, this is unnecessary reset work.
Seems like we may want to use a state variable / different control flow to only reset when necessary. In other words, if we haven't computed the SLILLB before, then this is just wasted cycles.
Originally posted by @jrbyrnes in #148 (comment)
The text was updated successfully, but these errors were encountered: