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
will generate code where out1 is never written for the specialized case, only out0 is.
This should instead either give a generation time error or ideally fuse the compute_with function(s) as well.