Calling External CPU/GPU Code with jax.experimental.host_callback
Was this section helpful?
jax.experimental.host_callback, JAX developers, 2024 (Google) - Official documentation for the host_callback module, detailing its API and usage.
JAX Quickstart, JAX developers, 2024 (Google LLC) - A general introduction to JAX's core features like JIT compilation, automatic differentiation, and XLA integration, providing context for host_callback's interaction with the JAX system.
XLA: Accelerated Linear Algebra, Google Brain Team, 2024 - Description of XLA, the domain-specific compiler used by JAX, which helps understand the performance implications of stepping outside its compilation boundary with host_callback.