JAX: Core Transformations Guide, The JAX authors, 2023 (The JAX Authors) - A primary guide to JAX's core transformations, explaining jit, grad, and vmap with examples.
XLA: Accelerated Linear Algebra, Google, 2024 - Official documentation for XLA, Google's optimizing compiler that JAX uses for jax.jit to accelerate numerical computations.