JAX NumPy, JAX developers, current - Explains the jax.numpy API, its similarity to NumPy, and the underlying jax.Array type.
Device and memory considerations, JAX developers, current - Details jax.Array device placement, jax.device_put, asynchronous dispatch, and synchronization, directly relevant to performance considerations.
JAX: Composable transformations of Python+NumPy programs, James Bradbury, Roy Frostig, Peter Hawkins, Matthew J. Johnson, Chris Leary, Skye Wanderman-Milne, and Adam Paszke, 2018 - The foundational technical report describing JAX's architecture, including its NumPy-like API and mechanisms for accelerator integration.