Where to learn how vmap
works under the hood (vectorization in general?)
#19269
-
I'd like to learn about how The level of granularity I'd like to know about Any ideas? @jakevdp |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For this, the best place to start would be autodidax, which is a stripped-down version of JAX's transformation system built from scratch. In particular, the autodidax implementation of |
Beta Was this translation helpful? Give feedback.
For this, the best place to start would be autodidax, which is a stripped-down version of JAX's transformation system built from scratch. In particular, the autodidax implementation of
vmap
is here: https://jax.readthedocs.io/en/latest/autodidax.html#vectorized-batching-with-vmap