Production Compilers
The compilers your workloads actually flow through. torch.compile is the default in PyTorch 2.x; JAX/XLA powers Google scale; IREE/ExecuTorch ships models to mobile. This module is how each one composes the foundation passes into a deployable artifact.