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
[Capture] Improve cond by storing missing false branches as empty jaxpr (#8080)
**Context:**
Right now we store missing false branches in a cond equation with
`None`. This PR simply stores them as jaxpr with no output instead. This
just means we have fewer logical branches we need to consider when
handling `cond` equations, which will make maintainence easier.
**Description of the Change:**
Store missing false branches as empty jaxpr instead of `None`.
**Benefits:**
A reduction in logical complexity.
**Possible Drawbacks:**
**Related GitHub Issues:**
[sc-97723]
0 commit comments