XLA: Optimizing Compilations for Machine Learning, TensorFlow Developers, 2024 (Google) - Provides the official overview of XLA, Google's domain-specific JIT compiler designed for accelerating machine learning models with advanced graph optimizations.
Optimizing PyTorch models with TorchScript, PyTorch Contributors, 2025 - Explains how TorchScript enables JIT compilation for PyTorch models, allowing for graph capture, optimization, and deployment, relevant to adaptive ML compilation.