PyTorch 2.9 released with C ABI and better multi-GPU support
pytorch.org·7h·
Flag this post

We are excited to announce the release of PyTorch® 2.9 (release notes)! This release features:

  • Updates to the stable libtorch ABI for third-party C++/CUDA extensions
  • Symmetric memory that enables easy programming of multi-GPU kernels
  • The ability to arbitrarily toggle error or resume on graph breaks in torch.compile
  • Expanded wheel variant support to include ROCm, XPU, and CUDA 13
  • FlexAttention enablement on Intel GPUs
  • Flash decoding optimization based on FlexAttention on X86 CPU
  • Arm Platform improvements and optimizations
  • Enablement of Linux aarch64 binary wheel builds across all supported CUDA versions

This release …

Similar Posts

Loading similar posts...