How JAX primitives work, JAX core developers, 2024 (Google LLC) - This official guide explains the core concepts of JAX primitives, including abstract evaluation, ShapedArrays, and the process of defining custom operations.
Accelerated Linear Algebra (XLA) Overview, Google Developers, 2024 (Google Developers) - Provides an overview of XLA, the linear algebra compiler used by JAX, explaining its role in optimizing computations and the importance of static shape and type information.