William Wen

ORCID: 0009-0009-1502-9520
Publications
Citations
Views
---
Saved
---
About
Contact & Profiles
Research Areas
  • Software Engineering Research
  • Parallel Computing and Optimization Techniques
  • Software Testing and Debugging Techniques

Menlo School
2024

This paper introduces two extensions to the popular PyTorch machine learning framework, TorchDynamo and TorchInductor, which implement torch.compile feature released in 2. is a Python-level just-in-time (JIT) compiler that enables graph compilation programs without sacrificing flexibility of Python. It achieves this by dynamically modifying Python bytecode before execution extracting sequences operations into an FX graph, then JIT compiled using one many extensible backends. TorchInductor...

10.1145/3620665.3640366 article EN 2024-04-22
Coming Soon ...