jax.pmap, JAX developers, 2024 - Official documentation for JAX's pmap transformation, detailing its usage, parameters, and how axis_name facilitates explicit device mapping and collective operations.
jax.lax collective primitives (psum, pmean), The JAX Authors, 2024 (The JAX Authors) - Official documentation for JAX's collective communication primitives like lax.psum and lax.pmean, explaining their use with axis_name for coordinating computations across devices.
Distributed arrays and automatic sharding, JAX developers, 2024 - A JAX guide explaining the advanced concepts of distributed arrays and sharding, where axis_name is fundamental for defining parallel computations beyond basic pmap and managing data distribution.