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
This is triggered in the context of the partial evaluation of while, which was added in #2497. I feel that adding the partial eval for while was a mistake, since its only purpose was to improve an error message, but it now adds real code generation, which in this case it fails.
The failure, however, is a bug in the code generation. Fixed in #3207. Please re-open if you think this does not fixes the problem.
The following code block runs as expected on jax 0.1.63, jaxlib 0.1.45, but fails on all later versions, including master:
Click for Traceback
It appears to only occur when the nested while-loop variable
b
is vectorized:The text was updated successfully, but these errors were encountered: