PyTorch-Triton 3.7 Adds Runtime Extensions

PyTorch · x · 2026-07-16

PyTorch-Triton 3.7 has been released, introducing the Triton Plugin Extensions system.

This mechanism allows for the dynamic loading of custom compiler passes, dialect ops, and DSL extensions at runtime, extending upstream Triton directly without the need for forking or recompiling.

Official technical deep-dive articles and getting started guides are also provided. This update is highly useful for teams needing compiler or operator-level customization on Triton.

Original post →

More from Infra

Infra channel →