How JAX Primitives Work, The JAX Team, 2024 (Google) - A detailed guide explaining JAX primitives, their function in tracing, jaxpr representation, and the execution process, directly supporting the section's core topics.
JAX: Composable transformations of Python+NumPy programs, The JAX Team, 2018-present - The official GitHub repository for the JAX project, which serves as the primary resource for the framework's architecture, design, and ongoing development.
XLA: Accelerated Linear Algebra, Google Developers, 2024 - An overview of Google's XLA compiler, which acts as the backend for JAX, detailing its capabilities for optimizing numerical computations on various hardware accelerators.