How to generate a sub-jaxpr? #11096
-
Let's say we have a function In But it seems harder to customize tracer in JAX(actually because the documentation about tracer is nearly blank), and the counterpart/alternative of In addition, though the usage Further question: Is JAX Team planing to improve the (user-oriented) extensibility of the core of JAX? i.e. make |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is not a specific answer to the question of generating a "sub-jaxpr" but I'm interested in hearing more about your use case to better understand the need for subjaxprs.
We are currently exploring this in this branch (take a look at example usage here). However, this is highly experimental and we'd like to understand use-cases more before we are to land this as a feature. |
Beta Was this translation helpful? Give feedback.
This is not a specific answer to the question of generating a "sub-jaxpr" but I'm interested in hearing more about your use case to better understand the need for subjaxprs.
We are currently exploring this in this branch (take a look at example usage here). However, this is highly experimental and we'd like to understand use-cases more before we are to land this as a feature.