-
Hi JAX team, I have seen sporadically in the git issues/PRs (e.g. #12497) that there were and probably will be efforts in bringing dynamic shape support to JAX. Further, currently there seems to be some minimal support if I enable it by Out of curiosity, could the team shed some light on the general roadmap for djax? More specifically:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for the question, @thisiscam.
We are not that organized! We have a technical plan, but we're making slow and unsteady progress on it as other more urgent stuff keeps arising.
Yes. Also JAX's other APIs, like |
Beta Was this translation helpful? Give feedback.
-
Hey @mattjj just wondering if there's any update on this topic. |
Beta Was this translation helpful? Give feedback.
Thanks for the question, @thisiscam.
We are not that organized!
We have a technical plan, but we're making slow and unsteady progress on it as other more urgent stuff keeps arising.
Yes. Also JAX's other APIs, like
vmap
andgrad
, and those aren't trivial: if youvmap
a dynamically-shaped function (even justvmap(jnp.arange)
, you might get ragged intermediates and outputs.