jax.lax.while_loop, JAX developers, 2024 (Google) - Official JAX documentation providing direct API details and usage examples for jax.lax.while_loop.
Control Flow in JAX, JAX developers, 2024 (Google) - A guide to how JAX handles control flow, explaining the motivation and usage of lax primitives like while_loop for JIT-compiled code.
XLA Overview, Google Brain Team, 2024 (OpenXLA Project) - Documentation for XLA, the linear algebra compiler used by JAX, providing context for JAX's high-performance execution of control flow primitives.