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
- Split :elem out of the :while raise with an accurate message — :elem is
a generic tuple projection (defn while AND multi-output ops), not while-
specific, so the old "while loops" diagnostic could mislead.
- Caveat the cond comment: a not-taken branch is still computed; on MLX an
out-of-bounds gather there clamps (so the discarded value never changes
the result), but a hard-faulting op on a not-taken path would diverge
from the Evaluator's lazy single-branch eval.
0 commit comments