GraphMend: Code Transformations for Fixing Graph Breaks in PyTorch 2
A compiler technique that automatically fixes FX graph breaks in PyTorch 2 programs through AST-level program analysis and transformations
3 posts tagged with "jit-compilation"
A compiler technique that automatically fixes FX graph breaks in PyTorch 2 programs through AST-level program analysis and transformations
PyTorch 2 introduces TorchDynamo and TorchInductor for JIT graph compilation in PyTorch while retaining eager mode flexibility
Source-Level Compiler Technique to Eliminate FX Graph Breaks