XLA: Optimizing Compiler for Machine Learning, Google Developers, 2024 - Introduces XLA, the backend compiler that consumes JAX's intermediate representation (jaxpr) for hardware-specific optimizations.
Control Flow in JAX (from JAX documentation), JAX developers, 2024 - Explains how JAX handles Python control flow during tracing and introduces JAX-specific control flow primitives like lax.cond, showing their representation in jaxpr.