JIT compilation and jax.jit, Rosalia Schneider, Vladimir Mikulik, 2024 (Read the Docs) - Official JAX guide explaining JIT compilation, tracing, jaxpr, recompilation causes, and using static_argnums for optimization.
XLA: Accelerated Linear Algebra, Google (XLA documentation authors), 2024 - The official overview of XLA, the compiler used by JAX, providing context on how JAX code is optimized for hardware.