TensorFlow's XLA GPU compiler now calls ApplyXlaTransforms, and its PJRT ROCm plugin adds the required transform extension, allowing custom HLO passes to be registered and executed on AMD GPUs for the first time.
Enables registration and execution of custom XLA HLO transform passes on ROCm/AMD GPU backends via the PJRT C API.
Developers using ROCm can now apply custom XLA compiler passes to optimize AI models on AMD GPUs, unlocking performance tuning and model-specific optimizations previously available only on NVIDIA. This lowers the barrier for ROCm adoption in production AI workflows. Watch for stability of the new pass execution path under heavy workloads and whether community-contributed transforms gain traction on AMD hardware.