AuraTracer智迹闻
中文

EVENT DOSSIER

GraphMend: Code Transformations for Fixing Graph Breaks in PyTorch 2

2026-09-07 12:00 Models 🔥 40.2 heat score
1sources
1days unfolding
40.2heat score
3mentions
SummaryAI generated

On September 7, 2026, arXiv published the paper GraphMend, which proposes a solution to the graph structure disruption problem in the PyTorch 2 framework. This method uses code transformation techniques to automatically repair graph structure disruptions caused by dynamic graph operations, aiming to improve the training stability and inference efficiency of deep learning models.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
GraphMendNVIDIA GPUsPyTorch 2

Coverage · reports per dayLANGUAGE SPLIT

Entity relations
GraphMend × NVIDIA GPUs1GraphMend × PyTorch 21NVIDIA GPUs × PyTorch 21

SignalsSIGNALS

Keyword heat
  • GraphMend1
  • PyTorch 21
  • NVIDIA GPUs1

All reports (1)SOURCES

A arXiv cs.LG en 2026-09-07 12:00

GraphMend: Code Transformations for Fixing Graph Breaks in PyTorch 2

GraphMend 是一种自动修复 PyTorch 2 程序中 FX 图断裂的编译器技术。该研究对 195 个 Hugging Face 模型进行调查,发现其中 13.8% 存在图断裂问题。GraphMend 通过源级程序分析和 AST 结构分析识别断裂模式,并在语义可静态保证的前提下应用转换以消除可修复的断裂。在针对 27 个存在断裂模型的评估中,GraphMend 消除了 147 个断裂中的 107 个(73%),完全修复了 21 个模型中的所有断裂。在 NVIDIA GPU 实验环境下,GraphMend 实现了最高 26 倍的冷启动加速、平均 5 倍加速以及最高 1.39 倍的稳态前向传播加速。